Html Css Color HEX #5F0429 Tyrian Purple

📋 copy color: '#5F0429'

red 95 ◦ green 4 ◦ blue 41

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

Shades of Tyrian Purple #5F0429

Tints of Tyrian Purple #5F0429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 67.86%
G = 2.86%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5F0429 (or 0x5F0429) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 29. RGB value is (95,4,41). Sum of RGB (Red+Green+Blue) = 95+4+41=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0429 is #A0FBD6. Grayscale: #232323. Windows color (decimal): -10550231 or 2688095. OLE color: 2688095.

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

Color convert

RGB 95 4 41 -
CMYK 0 0.96 0.57 0.63
HSL 335.6º 0.92% 0.19% -
HSV(B) 335.6º 0.96% 0.37% -
XYZ 5.16 2.68 2.34 -
YUV 35.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 95 4 41 0 0.96 0.57 0.63 335.6 0.92 0.19
Hex 5F 4 29 0 60 39 3F 150 5C 13
Octal 137 4 51 0 140 71 77 520 134 23
Binary 1011111 100 101001 0 1100000 111001 111111 101010000 1011100 10011

Color Harmonies of #5F0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0429

Black with #5F0429

Text Example


Text Example

White with #5F0429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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