#6B042C

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

Shades of Tyrian Purple #6B042C

Tints of Tyrian Purple #6B042C

Color information

#6B042C (or 0x6B042C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 04 and 2C. RGB value is (107,4,44). Sum of RGB (Red+Green+Blue) = 107+4+44=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B042C is #94FBD3. Grayscale: #272727. Windows color (decimal): -9763796 or 2884715. OLE color: 2884715.

HSL color Cylindrical-coordinate representation of color #6B042C: hue angle of 336.7º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B042C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB107444-
CMYK00.960.590.58
HSL336.7º92.79%21.76%-
HSV(B)336.7º96.26%41.96%-
XYZ6.563.392.69-
YUV39.36130.62176.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.03%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=69.03%
G=2.58%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10744400.960.590.58336.792.7921.76
Hex6B42C0603B3A1515d16
Octal1534540140737252113526
Binary110101110010110001100000111011111010101010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,44); }

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

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

 a { background-color: rgb(107,4,44); }

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

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

 span { border-color: rgb(107,4,44); }

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