#5F012A

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

Shades of Tyrian Purple #5F012A

Tints of Tyrian Purple #5F012A

Color information

#5F012A (or 0x5F012A) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 01 and 2A. RGB value is (95,1,42). Sum of RGB (Red+Green+Blue) = 95+1+42=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F012A is #A0FED5. Grayscale: #212121. Windows color (decimal): -10550998 or 2752863. OLE color: 2752863.

HSL color Cylindrical-coordinate representation of color #5F012A: hue angle of 333.83º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F012A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB95142-
CMYK00.990.560.63
HSL333.83º97.92%18.82%-
HSV(B)333.83º98.95%37.25%-
XYZ5.152.622.43-
YUV33.78132.64171.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 68.84%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=68.84%
G=0.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9514200.990.560.63333.8397.9218.82
Hex5F12A063383F14e6213
Octal1371520143707751614223
Binary1011111110101001100011111000111111101001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F012A; }

 p { color: rgb(95,1,42); }

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

<style>
 a { background-color: #5F012A; }

 a { background-color: rgb(95,1,42); }

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

<style>
 span { border-color: #5F012A; }

 span { border-color: rgb(95,1,42); }

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