Html Css Color HEX #5A052D Tyrian Purple

📋 copy color: '#5A052D'

red 90 ◦ green 5 ◦ blue 45

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

Shades of Tyrian Purple #5A052D

Tints of Tyrian Purple #5A052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.14%

R = 64.29%
G = 3.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A052D (or 0x5A052D) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 2D. RGB value is (90,5,45). Sum of RGB (Red+Green+Blue) = 90+5+45=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A052D is #A5FAD2. Grayscale: #222222. Windows color (decimal): -10877651 or 2950490. OLE color: 2950490.

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

Color convert

RGB 90 5 45 -
CMYK 0 0.94 0.50 0.65
HSL 331.76º 0.89% 0.19% -
HSV(B) 331.76º 0.94% 0.35% -
XYZ 4.74 2.47 2.71 -
YUV 34.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 90 5 45 0 0.94 0.50 0.65 331.76 0.89 0.19
Hex 5A 5 2D 0 5E 32 41 14C 59 13
Octal 132 5 55 0 136 62 101 514 131 23
Binary 1011010 101 101101 0 1011110 110010 1000001 101001100 1011001 10011

Color Harmonies of #5A052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A052D

Black with #5A052D

Text Example


Text Example

White with #5A052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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