Html Css Color HEX #5F0D37 Tyrian Purple

📋 copy color: '#5F0D37'

red 95 ◦ green 13 ◦ blue 55

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

Shades of Tyrian Purple #5F0D37

Tints of Tyrian Purple #5F0D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

 BLUE value IS 55 (21.88% from 255) = 33.74%

R = 58.28%
G = 7.98%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#5F0D37 (or 0x5F0D37) is known color: Tyrian Purple. HEX triplet: 5F, 0D and 37. RGB value is (95,13,55). Sum of RGB (Red+Green+Blue) = 95+13+55=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D37 is #A0F2C8. Grayscale: #2A2A2A. Windows color (decimal): -10547913 or 3607903. OLE color: 3607903.

HSL color Cylindrical-coordinate representation of color #5F0D37: hue angle of 329.27º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0D37 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 13 55 -
CMYK 0 0.86 0.42 0.63
HSL 329.27º 0.76% 0.21% -
HSV(B) 329.27º 0.86% 0.37% -
XYZ 5.55 3 3.9 -
YUV 42.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 95 13 55 0 0.86 0.42 0.63 329.27 0.76 0.21
Hex 5F D 37 0 56 2A 3F 149 4C 15
Octal 137 15 67 0 126 52 77 511 114 25
Binary 1011111 1101 110111 0 1010110 101010 111111 101001001 1001100 10101

Color Harmonies of #5F0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0D37

Black with #5F0D37

Text Example


Text Example

White with #5F0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,13,55); }

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

background-color css

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

 a { background-color: rgb(95,13,55); }

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

border-color css

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

 span { border-color: rgb(95,13,55); }

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