Html Css Color HEX #5F0435 Tyrian Purple

📋 copy color: '#5F0435'

red 95 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #5F0435

Tints of Tyrian Purple #5F0435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.87%

R = 62.5%
G = 2.63%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5F0435 (or 0x5F0435) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 35. RGB value is (95,4,53). Sum of RGB (Red+Green+Blue) = 95+4+53=152 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.5% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0435 is #A0FBCA. Grayscale: #242424. Windows color (decimal): -10550219 or 3474527. OLE color: 3474527.

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

Color convert

RGB 95 4 53 -
CMYK 0 0.96 0.44 0.63
HSL 327.69º 0.92% 0.19% -
HSV(B) 327.69º 0.96% 0.37% -
XYZ 5.41 2.78 3.62 -
YUV 36.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 95 4 53 0 0.96 0.44 0.63 327.69 0.92 0.19
Hex 5F 4 35 0 60 2C 3F 148 5C 13
Octal 137 4 65 0 140 54 77 510 134 23
Binary 1011111 100 110101 0 1100000 101100 111111 101001000 1011100 10011

Color Harmonies of #5F0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0435

Black with #5F0435

Text Example


Text Example

White with #5F0435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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