Html Css Color HEX #5F0142 Tyrian Purple

📋 copy color: '#5F0142'

red 95 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #5F0142

Tints of Tyrian Purple #5F0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 58.64%
G = 0.62%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5F0142 (or 0x5F0142) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 42. RGB value is (95,1,66). Sum of RGB (Red+Green+Blue) = 95+1+66=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0142 is #A0FEBD. Grayscale: #242424. Windows color (decimal): -10550974 or 4325727. OLE color: 4325727.

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

Color convert

RGB 95 1 66 -
CMYK 0 0.99 0.31 0.63
HSL 318.51º 0.98% 0.19% -
HSV(B) 318.51º 0.99% 0.37% -
XYZ 5.71 2.85 5.4 -
YUV 36.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 95 1 66 0 0.99 0.31 0.63 318.51 0.98 0.19
Hex 5F 1 42 0 63 1F 3F 13F 62 13
Octal 137 1 102 0 143 37 77 477 142 23
Binary 1011111 1 1000010 0 1100011 11111 111111 100111111 1100010 10011

Color Harmonies of #5F0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0142

Black with #5F0142

Text Example


Text Example

White with #5F0142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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