Html Css Color HEX #5F044D Tyrian Purple

📋 copy color: '#5F044D'

red 95 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #5F044D

Tints of Tyrian Purple #5F044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 53.98%
G = 2.27%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5F044D (or 0x5F044D) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 4D. RGB value is (95,4,77). Sum of RGB (Red+Green+Blue) = 95+4+77=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F044D is #A0FBB2. Grayscale: #272727. Windows color (decimal): -10550195 or 5047391. OLE color: 5047391.

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

Color convert

RGB 95 4 77 -
CMYK 0 0.96 0.19 0.63
HSL 311.87º 0.92% 0.19% -
HSV(B) 311.87º 0.96% 0.37% -
XYZ 6.1 3.06 7.29 -
YUV 39.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 95 4 77 0 0.96 0.19 0.63 311.87 0.92 0.19
Hex 5F 4 4D 0 60 13 3F 138 5C 13
Octal 137 4 115 0 140 23 77 470 134 23
Binary 1011111 100 1001101 0 1100000 10011 111111 100111000 1011100 10011

Color Harmonies of #5F044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F044D

Black with #5F044D

Text Example


Text Example

White with #5F044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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