#6C15A0

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

Shades of Royal Purple #6C15A0

Tints of Royal Purple #6C15A0

Color information

#6C15A0 (or 0x6C15A0) is unknown color: approx Royal Purple. HEX triplet: 6C, 15 and A0. RGB value is (108,21,160). Sum of RGB (Red+Green+Blue) = 108+21+160=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C15A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C15A0 is #93EA5F. Grayscale: #3E3E3E. Windows color (decimal): -9693792 or 10491244. OLE color: 10491244.

HSL color Cylindrical-coordinate representation of color #6C15A0: hue angle of 277.55º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C15A0 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10821160-
CMYK0.320.8700.37
HSL277.55º76.8%35.49%-
HSV(B)277.55º86.87%62.75%-
XYZ12.86.2633.79-
YUV62.86182.82160.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 160 (62.89% from 255) = 55.36%
R=37.37%
G=7.27%
B=55.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108211600.320.8700.37277.5576.835.49
Hex6C15A020570251164d23
Octal154252404012704542611543
Binary11011001010110100000100000101011101001011000101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C15A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C15A0; }

 p { color: rgb(108,21,160); }

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

<style>
 a { background-color: #6C15A0; }

 a { background-color: rgb(108,21,160); }

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

<style>
 span { border-color: #6C15A0; }

 span { border-color: rgb(108,21,160); }

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