#6A012F

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

Shades of Tyrian Purple #6A012F

Tints of Tyrian Purple #6A012F

Color information

#6A012F (or 0x6A012F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 01 and 2F. RGB value is (106,1,47). Sum of RGB (Red+Green+Blue) = 106+1+47=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A012F is #95FED0. Grayscale: #252525. Windows color (decimal): -9830097 or 3080554. OLE color: 3080554.

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

Color convert

RGB106147-
CMYK00.990.560.58
HSL333.71º98.13%20.98%-
HSV(B)333.71º99.06%41.57%-
XYZ6.473.292.98-
YUV37.64133.29176.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 68.83%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=68.83%
G=0.65%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10614700.990.560.58333.7198.1320.98
Hex6A12F063383A14e6215
Octal1521570143707251614225
Binary1101010110111101100011111000111010101001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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