#6C0A36

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

Shades of Tyrian Purple #6C0A36

Tints of Tyrian Purple #6C0A36

Color information

#6C0A36 (or 0x6C0A36) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0A and 36. RGB value is (108,10,54). Sum of RGB (Red+Green+Blue) = 108+10+54=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0A36 is #93F5C9. Grayscale: #2C2C2C. Windows color (decimal): -9696714 or 3541612. OLE color: 3541612.

HSL color Cylindrical-coordinate representation of color #6C0A36: hue angle of 333.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0A36 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1081054-
CMYK00.910.500.58
HSL333.06º83.05%23.14%-
HSV(B)333.06º90.74%42.35%-
XYZ6.963.673.83-
YUV44.32133.47173.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.79%
GREEN value IS 10 (4.30% from 255) = 5.81%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=62.79%
G=5.81%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108105400.910.500.58333.0683.0523.14
Hex6CA3605B323A14d5317
Octal15412660133627251512327
Binary1101100101011011001011011110010111010101001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,10,54); }

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

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

 a { background-color: rgb(108,10,54); }

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

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

 span { border-color: rgb(108,10,54); }

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