Html Css Color HEX #5A0F2F Tyrian Purple

📋 copy color: '#5A0F2F'

red 90 ◦ green 15 ◦ blue 47

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

Shades of Tyrian Purple #5A0F2F

Tints of Tyrian Purple #5A0F2F

RGB

 RED value IS 90 (35.55% from 255) = 59.21%

 GREEN value IS 15 (6.25% from 255) = 9.87%

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 59.21%
G = 9.87%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A0F2F (or 0x5A0F2F) is known color: Tyrian Purple. HEX triplet: 5A, 0F and 2F. RGB value is (90,15,47). Sum of RGB (Red+Green+Blue) = 90+15+47=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F2F is #A5F0D0. Grayscale: #292929. Windows color (decimal): -10875089 or 3084122. OLE color: 3084122.

HSL color Cylindrical-coordinate representation of color #5A0F2F: hue angle of 334.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F2F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 15 47 -
CMYK 0 0.83 0.48 0.65
HSL 334.4º 0.71% 0.21% -
HSV(B) 334.4º 0.83% 0.35% -
XYZ 4.9 2.72 2.96 -
YUV 41.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 90 15 47 0 0.83 0.48 0.65 334.4 0.71 0.21
Hex 5A F 2F 0 53 30 41 14E 47 15
Octal 132 17 57 0 123 60 101 516 107 25
Binary 1011010 1111 101111 0 1010011 110000 1000001 101001110 1000111 10101

Color Harmonies of #5A0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F2F

Black with #5A0F2F

Text Example


Text Example

White with #5A0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,47); }

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

background-color css

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

 a { background-color: rgb(90,15,47); }

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

border-color css

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

 span { border-color: rgb(90,15,47); }

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