Html Css Color HEX #5F042B Tyrian Purple

📋 copy color: '#5F042B'

red 95 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #5F042B

Tints of Tyrian Purple #5F042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 43 (17.19% from 255) = 30.28%

R = 66.9%
G = 2.82%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#5F042B (or 0x5F042B) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 2B. RGB value is (95,4,43). Sum of RGB (Red+Green+Blue) = 95+4+43=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F042B is #A0FBD4. Grayscale: #232323. Windows color (decimal): -10550229 or 2819167. OLE color: 2819167.

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

Color convert

RGB 95 4 43 -
CMYK 0 0.96 0.55 0.63
HSL 334.29º 0.92% 0.19% -
HSV(B) 334.29º 0.96% 0.37% -
XYZ 5.2 2.69 2.53 -
YUV 35.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 95 4 43 0 0.96 0.55 0.63 334.29 0.92 0.19
Hex 5F 4 2B 0 60 37 3F 14E 5C 13
Octal 137 4 53 0 140 67 77 516 134 23
Binary 1011111 100 101011 0 1100000 110111 111111 101001110 1011100 10011

Color Harmonies of #5F042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F042B

Black with #5F042B

Text Example


Text Example

White with #5F042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,4,43); }

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

background-color css

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

 a { background-color: rgb(95,4,43); }

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

border-color css

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

 span { border-color: rgb(95,4,43); }

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