Html Css Color HEX #5F0128 Tyrian Purple

📋 copy color: '#5F0128'

red 95 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #5F0128

Tints of Tyrian Purple #5F0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 69.85%
G = 0.74%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#5F0128 (or 0x5F0128) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 28. RGB value is (95,1,40). Sum of RGB (Red+Green+Blue) = 95+1+40=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0128 is #A0FED7. Grayscale: #212121. Windows color (decimal): -10551000 or 2621791. OLE color: 2621791.

HSL color Cylindrical-coordinate representation of color #5F0128: hue angle of 335.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0128 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 1 40 -
CMYK 0 0.99 0.58 0.63
HSL 335.11º 0.98% 0.19% -
HSV(B) 335.11º 0.99% 0.37% -
XYZ 5.11 2.61 2.24 -
YUV 33.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 95 1 40 0 0.99 0.58 0.63 335.11 0.98 0.19
Hex 5F 1 28 0 63 3A 3F 14F 62 13
Octal 137 1 50 0 143 72 77 517 142 23
Binary 1011111 1 101000 0 1100011 111010 111111 101001111 1100010 10011

Color Harmonies of #5F0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0128

Black with #5F0128

Text Example


Text Example

White with #5F0128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,1,40); }

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

background-color css

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

 a { background-color: rgb(95,1,40); }

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

border-color css

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

 span { border-color: rgb(95,1,40); }

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