Html Css Color HEX #5F044A Tyrian Purple

📋 copy color: '#5F044A'

red 95 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #5F044A

Tints of Tyrian Purple #5F044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 54.91%
G = 2.31%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5F044A (or 0x5F044A) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 4A. RGB value is (95,4,74). Sum of RGB (Red+Green+Blue) = 95+4+74=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F044A is #A0FBB5. Grayscale: #272727. Windows color (decimal): -10550198 or 4850783. OLE color: 4850783.

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

Color convert

RGB 95 4 74 -
CMYK 0 0.96 0.22 0.63
HSL 313.85º 0.92% 0.19% -
HSV(B) 313.85º 0.96% 0.37% -
XYZ 6 3.01 6.74 -
YUV 39.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 95 4 74 0 0.96 0.22 0.63 313.85 0.92 0.19
Hex 5F 4 4A 0 60 16 3F 13A 5C 13
Octal 137 4 112 0 140 26 77 472 134 23
Binary 1011111 100 1001010 0 1100000 10110 111111 100111010 1011100 10011

Color Harmonies of #5F044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F044A

Black with #5F044A

Text Example


Text Example

White with #5F044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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