#6019A0

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

Shades of Royal Purple #6019A0

Tints of Royal Purple #6019A0

Color information

#6019A0 (or 0x6019A0) is unknown color: approx Royal Purple. HEX triplet: 60, 19 and A0. RGB value is (96,25,160). Sum of RGB (Red+Green+Blue) = 96+25+160=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #6019A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6019A0 is #9FE65F. Grayscale: #3D3D3D. Windows color (decimal): -10479200 or 10492256. OLE color: 10492256.

HSL color Cylindrical-coordinate representation of color #6019A0: hue angle of 271.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6019A0 is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9625160-
CMYK0.40.8400.37
HSL271.56º72.97%36.27%-
HSV(B)271.56º84.38%62.75%-
XYZ11.525.7233.75-
YUV61.62183.52152.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 160 (62.89% from 255) = 56.94%
R=34.16%
G=8.90%
B=56.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96251600.40.8400.37271.5672.9736.27
Hex6019A028540251104924
Octal140312405012404542011144
Binary11000001100110100000101000101010001001011000100001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6019A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6019A0; }

 p { color: rgb(96,25,160); }

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

<style>
 a { background-color: #6019A0; }

 a { background-color: rgb(96,25,160); }

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

<style>
 span { border-color: #6019A0; }

 span { border-color: rgb(96,25,160); }

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