#6130AA

Color #6130AA Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6130AA

Tints of Royal Purple #6130AA

Color information

#6130AA (or 0x6130AA) is unknown color: approx Royal Purple. HEX triplet: 61, 30 and AA. RGB value is (97,48,170). Sum of RGB (Red+Green+Blue) = 97+48+170=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #6130AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130AA is #9ECF55. Grayscale: #4C4C4C. Windows color (decimal): -10407766 or 11153505. OLE color: 11153505.

HSL color Cylindrical-coordinate representation of color #6130AA: hue angle of 264.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6130AA is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9748170-
CMYK0.430.7200.33
HSL264.1º55.96%42.75%-
HSV(B)264.1º71.76%66.67%-
XYZ13.247.5638.79-
YUV76.56180.73142.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=30.79%
G=15.24%
B=53.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97481700.430.7200.33264.155.9642.75
Hex6130AA2B48021108382b
Octal14160252531100414107053
Binary11000011100001010101010101110010000100001100001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6130AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6130AA; }

 p { color: rgb(97,48,170); }

 H1.HeaderClassName
 {
   color: #6130AA;
 }
 .AnyTagClassName
 {
   color: #6130AA;
 }
</style>
background-color css

<style>
 a { background-color: #6130AA; }

 a { background-color: rgb(97,48,170); }

 div.DivClassName
 {
   background-color: #6130AA;
 }
 .BgClassName
 {
   background-color: #6130AA;
 }
</style>
border-color css

<style>
 span { border-color: #6130AA; }

 span { border-color: rgb(97,48,170); }

 td.TdClassName
 {
   border-color: #6130AA;
 }
 .TagClassName
 {
   border-color: #6130AA;
 }
</style>