Html Css Color HEX #5F0D40 Tyrian Purple

📋 copy color: '#5F0D40'

red 95 ◦ green 13 ◦ blue 64

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

Shades of Tyrian Purple #5F0D40

Tints of Tyrian Purple #5F0D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 55.23%
G = 7.56%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5F0D40 (or 0x5F0D40) is known color: Tyrian Purple. HEX triplet: 5F, 0D and 40. RGB value is (95,13,64). Sum of RGB (Red+Green+Blue) = 95+13+64=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D40 is #A0F2BF. Grayscale: #2B2B2B. Windows color (decimal): -10547904 or 4197727. OLE color: 4197727.

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

Color convert

RGB 95 13 64 -
CMYK 0 0.86 0.33 0.63
HSL 322.68º 0.76% 0.21% -
HSV(B) 322.68º 0.86% 0.37% -
XYZ 5.79 3.09 5.14 -
YUV 43.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 95 13 64 0 0.86 0.33 0.63 322.68 0.76 0.21
Hex 5F D 40 0 56 21 3F 143 4C 15
Octal 137 15 100 0 126 41 77 503 114 25
Binary 1011111 1101 1000000 0 1010110 100001 111111 101000011 1001100 10101

Color Harmonies of #5F0D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0D40

Black with #5F0D40

Text Example


Text Example

White with #5F0D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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