#5F022F

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

Shades of Tyrian Purple #5F022F

Tints of Tyrian Purple #5F022F

Color information

#5F022F (or 0x5F022F) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 02 and 2F. RGB value is (95,2,47). Sum of RGB (Red+Green+Blue) = 95+2+47=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F022F is #A0FDD0. Grayscale: #222222. Windows color (decimal): -10550737 or 3080799. OLE color: 3080799.

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

Color convert

RGB95247-
CMYK00.980.510.63
HSL330.97º95.88%19.02%-
HSV(B)330.97º97.89%37.25%-
XYZ5.252.682.93-
YUV34.94134.81170.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.97%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=65.97%
G=1.39%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9524700.980.510.63330.9795.8819.02
Hex5F22F062333F14b6013
Octal1372570142637751314023
Binary10111111010111101100010110011111111101001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,2,47); }

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

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

 a { background-color: rgb(95,2,47); }

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

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

 span { border-color: rgb(95,2,47); }

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