#6C0E36

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

Shades of Tyrian Purple #6C0E36

Tints of Tyrian Purple #6C0E36

Color information

#6C0E36 (or 0x6C0E36) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0E and 36. RGB value is (108,14,54). Sum of RGB (Red+Green+Blue) = 108+14+54=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0E36 is #93F1C9. Grayscale: #2E2E2E. Windows color (decimal): -9695690 or 3542636. OLE color: 3542636.

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

Color convert

RGB1081454-
CMYK00.870.500.58
HSL334.47º77.05%23.92%-
HSV(B)334.47º87.04%42.35%-
XYZ7.013.773.85-
YUV46.67132.14171.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.36%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=61.36%
G=7.95%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108145400.870.500.58334.4777.0523.92
Hex6CE36057323A14e4d18
Octal15416660127627251611530
Binary1101100111011011001010111110010111010101001110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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