Html Css Color HEX #5A052C Tyrian Purple

📋 copy color: '#5A052C'

red 90 ◦ green 5 ◦ blue 44

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

Shades of Tyrian Purple #5A052C

Tints of Tyrian Purple #5A052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 64.75%
G = 3.6%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#5A052C (or 0x5A052C) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 2C. RGB value is (90,5,44). Sum of RGB (Red+Green+Blue) = 90+5+44=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A052C is #A5FAD3. Grayscale: #222222. Windows color (decimal): -10877652 or 2884954. OLE color: 2884954.

HSL color Cylindrical-coordinate representation of color #5A052C: hue angle of 332.47º 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 #5A052C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 5 44 -
CMYK 0 0.94 0.51 0.65
HSL 332.47º 0.89% 0.19% -
HSV(B) 332.47º 0.94% 0.35% -
XYZ 4.73 2.46 2.61 -
YUV 34.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 90 5 44 0 0.94 0.51 0.65 332.47 0.89 0.19
Hex 5A 5 2C 0 5E 33 41 14C 59 13
Octal 132 5 54 0 136 63 101 514 131 23
Binary 1011010 101 101100 0 1011110 110011 1000001 101001100 1011001 10011

Color Harmonies of #5A052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A052C

Black with #5A052C

Text Example


Text Example

White with #5A052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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