Html Css Color HEX #5F0255 Tyrian Purple

📋 copy color: '#5F0255'

red 95 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #5F0255

Tints of Tyrian Purple #5F0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 52.2%
G = 1.1%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#5F0255 (or 0x5F0255) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 55. RGB value is (95,2,85). Sum of RGB (Red+Green+Blue) = 95+2+85=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0255 is #A0FDAA. Grayscale: #272727. Windows color (decimal): -10550699 or 5571167. OLE color: 5571167.

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

Color convert

RGB 95 2 85 -
CMYK 0 0.98 0.11 0.63
HSL 306.45º 0.96% 0.19% -
HSV(B) 306.45º 0.98% 0.37% -
XYZ 6.38 3.13 8.86 -
YUV 39.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 95 2 85 0 0.98 0.11 0.63 306.45 0.96 0.19
Hex 5F 2 55 0 62 B 3F 132 60 13
Octal 137 2 125 0 142 13 77 462 140 23
Binary 1011111 10 1010101 0 1100010 1011 111111 100110010 1100000 10011

Color Harmonies of #5F0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0255

Black with #5F0255

Text Example


Text Example

White with #5F0255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,2,85); }

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

background-color css

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

 a { background-color: rgb(95,2,85); }

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

border-color css

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

 span { border-color: rgb(95,2,85); }

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