#6B042B

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

Shades of Tyrian Purple #6B042B

Tints of Tyrian Purple #6B042B

Color information

#6B042B (or 0x6B042B) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 04 and 2B. RGB value is (107,4,43). Sum of RGB (Red+Green+Blue) = 107+4+43=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B042B is #94FBD4. Grayscale: #272727. Windows color (decimal): -9763797 or 2819179. OLE color: 2819179.

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

Color convert

RGB107443-
CMYK00.960.600.58
HSL337.28º92.79%21.76%-
HSV(B)337.28º96.26%41.96%-
XYZ6.543.392.59-
YUV39.24130.12176.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.48%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=69.48%
G=2.60%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10744300.960.600.58337.2892.7921.76
Hex6B42B0603C3A1515d16
Octal1534530140747252113526
Binary110101110010101101100000111100111010101010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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