#6C0B4C

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

Shades of Tyrian Purple #6C0B4C

Tints of Tyrian Purple #6C0B4C

Color information

#6C0B4C (or 0x6C0B4C) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0B and 4C. RGB value is (108,11,76). Sum of RGB (Red+Green+Blue) = 108+11+76=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B4C is #93F4B3. Grayscale: #2F2F2F. Windows color (decimal): -9696436 or 4983660. OLE color: 4983660.

HSL color Cylindrical-coordinate representation of color #6C0B4C: hue angle of 319.79º 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 #6C0B4C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1081176-
CMYK00.900.300.58
HSL319.79º81.51%23.33%-
HSV(B)319.79º89.81%42.35%-
XYZ7.613.957.2-
YUV47.41144.14171.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=55.38%
G=5.64%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108117600.900.300.58319.7981.5123.33
Hex6CB4C05A1E3A1405217
Octal154131140132367250012227
Binary1101100101110011000101101011110111010101000000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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