Html Css Color HEX #5A052F Tyrian Purple

📋 copy color: '#5A052F'

red 90 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #5A052F

Tints of Tyrian Purple #5A052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 63.38%
G = 3.52%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A052F (or 0x5A052F) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 2F. RGB value is (90,5,47). Sum of RGB (Red+Green+Blue) = 90+5+47=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A052F is #A5FAD0. Grayscale: #232323. Windows color (decimal): -10877649 or 3081562. OLE color: 3081562.

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

Color convert

RGB 90 5 47 -
CMYK 0 0.94 0.48 0.65
HSL 330.35º 0.89% 0.19% -
HSV(B) 330.35º 0.94% 0.35% -
XYZ 4.78 2.49 2.92 -
YUV 35.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 90 5 47 0 0.94 0.48 0.65 330.35 0.89 0.19
Hex 5A 5 2F 0 5E 30 41 14A 59 13
Octal 132 5 57 0 136 60 101 512 131 23
Binary 1011010 101 101111 0 1011110 110000 1000001 101001010 1011001 10011

Color Harmonies of #5A052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A052F

Black with #5A052F

Text Example


Text Example

White with #5A052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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