#6C0B34

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

Shades of Tyrian Purple #6C0B34

Tints of Tyrian Purple #6C0B34

Color information

#6C0B34 (or 0x6C0B34) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0B and 34. RGB value is (108,11,52). Sum of RGB (Red+Green+Blue) = 108+11+52=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B34 is #93F4CB. Grayscale: #2C2C2C. Windows color (decimal): -9696460 or 3410796. OLE color: 3410796.

HSL color Cylindrical-coordinate representation of color #6C0B34: hue angle of 334.64º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B34 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1081152-
CMYK00.900.520.58
HSL334.64º81.51%23.33%-
HSV(B)334.64º89.81%42.35%-
XYZ6.923.683.59-
YUV44.68132.14173.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=63.16%
G=6.43%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108115200.900.520.58334.6481.5123.33
Hex6CB3405A343A14f5217
Octal15413640132647251712227
Binary1101100101111010001011010110100111010101001111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,52); }

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

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

 a { background-color: rgb(108,11,52); }

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

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

 span { border-color: rgb(108,11,52); }

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