#6B0C3C

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

Shades of Tyrian Purple #6B0C3C

Tints of Tyrian Purple #6B0C3C

Color information

#6B0C3C (or 0x6B0C3C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0C and 3C. RGB value is (107,12,60). Sum of RGB (Red+Green+Blue) = 107+12+60=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C3C is #94F3C3. Grayscale: #2D2D2D. Windows color (decimal): -9761732 or 3935339. OLE color: 3935339.

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

Color convert

RGB1071260-
CMYK00.890.440.58
HSL329.68º79.83%23.33%-
HSV(B)329.68º88.79%41.96%-
XYZ7.013.714.62-
YUV45.88135.97171.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.78%
GREEN value IS 12 (5.08% from 255) = 6.70%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=59.78%
G=6.70%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107126000.890.440.58329.6879.8323.33
Hex6BC3C0592C3A14a5017
Octal15314740131547251212027
Binary1101011110011110001011001101100111010101001010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,12,60); }

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

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

 a { background-color: rgb(107,12,60); }

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

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

 span { border-color: rgb(107,12,60); }

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