#6A012B

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

Shades of Tyrian Purple #6A012B

Tints of Tyrian Purple #6A012B

Color information

#6A012B (or 0x6A012B) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 01 and 2B. RGB value is (106,1,43). Sum of RGB (Red+Green+Blue) = 106+1+43=150 (19% of max value = 765). Red value is 106 (41.80% from 255 or 70.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 106 - color contains mainly: red. Hex color #6A012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A012B is #95FED4. Grayscale: #252525. Windows color (decimal): -9830101 or 2818410. OLE color: 2818410.

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

Color convert

RGB106143-
CMYK00.990.590.58
HSL336º98.13%20.98%-
HSV(B)336º99.06%41.57%-
XYZ6.393.262.58-
YUV37.18131.29177.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 70.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=70.67%
G=0.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10614300.990.590.5833698.1320.98
Hex6A12B0633B3A1506215
Octal1521530143737252014225
Binary1101010110101101100011111011111010101010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,1,43); }

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

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

 a { background-color: rgb(106,1,43); }

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

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

 span { border-color: rgb(106,1,43); }

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