Html Css Color HEX #5F022C Tyrian Purple

📋 copy color: '#5F022C'

red 95 ◦ green 2 ◦ blue 44

#5F022C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5F022C

Tints of Tyrian Purple #5F022C

RGB

 RED value IS 95 (37.5% from 255) = 67.38%

 GREEN value IS 2 (1.17% from 255) = 1.42%

 BLUE value IS 44 (17.58% from 255) = 31.21%

R = 67.38%
G = 1.42%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5F022C (or 0x5F022C) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 2C. RGB value is (95,2,44). Sum of RGB (Red+Green+Blue) = 95+2+44=141 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.38% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 95 - color contains mainly: red. Hex color #5F022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F022C is #A0FDD3. Grayscale: #222222. Windows color (decimal): -10550740 or 2884191. OLE color: 2884191.

HSL color Cylindrical-coordinate representation of color #5F022C: hue angle of 332.9º 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 #5F022C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 2 44 -
CMYK 0 0.98 0.54 0.63
HSL 332.9º 0.96% 0.19% -
HSV(B) 332.9º 0.98% 0.37% -
XYZ 5.2 2.66 2.62 -
YUV 34.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 95 2 44 0 0.98 0.54 0.63 332.9 0.96 0.19
Hex 5F 2 2C 0 62 36 3F 14D 60 13
Octal 137 2 54 0 142 66 77 515 140 23
Binary 1011111 10 101100 0 1100010 110110 111111 101001101 1100000 10011

Color Harmonies of #5F022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F022C

Black with #5F022C

Text Example


Text Example

White with #5F022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F022C;
 }
 .AnyTagClassName
 {
   color: #5F022C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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