#6B022A

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

Shades of Tyrian Purple #6B022A

Tints of Tyrian Purple #6B022A

Color information

#6B022A (or 0x6B022A) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 2A. RGB value is (107,2,42). Sum of RGB (Red+Green+Blue) = 107+2+42=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B022A is #94FDD5. Grayscale: #252525. Windows color (decimal): -9764310 or 2753131. OLE color: 2753131.

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

Color convert

RGB107242-
CMYK00.980.610.58
HSL337.14º96.33%21.37%-
HSV(B)337.14º98.13%41.96%-
XYZ6.53.342.49-
YUV37.96130.29177.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 70.86%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=70.86%
G=1.32%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10724200.980.610.58337.1496.3321.37
Hex6B22A0623D3A1516015
Octal1532520142757252114025
Binary11010111010101001100010111101111010101010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,42); }

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

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

 a { background-color: rgb(107,2,42); }

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

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

 span { border-color: rgb(107,2,42); }

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