Html Css Color HEX #5F0A50 Tyrian Purple

📋 copy color: '#5F0A50'

red 95 ◦ green 10 ◦ blue 80

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

Shades of Tyrian Purple #5F0A50

Tints of Tyrian Purple #5F0A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.41%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 51.35%
G = 5.41%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5F0A50 (or 0x5F0A50) is known color: Tyrian Purple. HEX triplet: 5F, 0A and 50. RGB value is (95,10,80). Sum of RGB (Red+Green+Blue) = 95+10+80=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0A50 is #A0F5AF. Grayscale: #2B2B2B. Windows color (decimal): -10548656 or 5245535. OLE color: 5245535.

HSL color Cylindrical-coordinate representation of color #5F0A50: hue angle of 310.59º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F0A50 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 10 80 -
CMYK 0 0.89 0.16 0.63
HSL 310.59º 0.81% 0.21% -
HSV(B) 310.59º 0.89% 0.37% -
XYZ 6.28 3.23 7.88 -
YUV 43.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 95 10 80 0 0.89 0.16 0.63 310.59 0.81 0.21
Hex 5F A 50 0 59 10 3F 137 51 15
Octal 137 12 120 0 131 20 77 467 121 25
Binary 1011111 1010 1010000 0 1011001 10000 111111 100110111 1010001 10101

Color Harmonies of #5F0A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0A50

Black with #5F0A50

Text Example


Text Example

White with #5F0A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,10,80); }

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

background-color css

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

 a { background-color: rgb(95,10,80); }

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

border-color css

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

 span { border-color: rgb(95,10,80); }

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