Html Css Color HEX #5F0456 Tyrian Purple

📋 copy color: '#5F0456'

red 95 ◦ green 4 ◦ blue 86

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

Shades of Tyrian Purple #5F0456

Tints of Tyrian Purple #5F0456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 51.35%
G = 2.16%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5F0456 (or 0x5F0456) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 56. RGB value is (95,4,86). Sum of RGB (Red+Green+Blue) = 95+4+86=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0456 is #A0FBA9. Grayscale: #282828. Windows color (decimal): -10550186 or 5637215. OLE color: 5637215.

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

Color convert

RGB 95 4 86 -
CMYK 0 0.96 0.09 0.63
HSL 305.93º 0.92% 0.19% -
HSV(B) 305.93º 0.96% 0.37% -
XYZ 6.44 3.19 9.08 -
YUV 40.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 95 4 86 0 0.96 0.09 0.63 305.93 0.92 0.19
Hex 5F 4 56 0 60 9 3F 132 5C 13
Octal 137 4 126 0 140 11 77 462 134 23
Binary 1011111 100 1010110 0 1100000 1001 111111 100110010 1011100 10011

Color Harmonies of #5F0456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0456

Black with #5F0456

Text Example


Text Example

White with #5F0456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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