Html Css Color HEX #5A022D Tyrian Purple

📋 copy color: '#5A022D'

red 90 ◦ green 2 ◦ blue 45

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

Shades of Tyrian Purple #5A022D

Tints of Tyrian Purple #5A022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

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

R = 65.69%
G = 1.46%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A022D (or 0x5A022D) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 2D. RGB value is (90,2,45). Sum of RGB (Red+Green+Blue) = 90+2+45=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022D is #A5FDD2. Grayscale: #212121. Windows color (decimal): -10878419 or 2949722. OLE color: 2949722.

HSL color Cylindrical-coordinate representation of color #5A022D: hue angle of 330.68º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A022D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 2 45 -
CMYK 0 0.98 0.50 0.65
HSL 330.68º 0.96% 0.18% -
HSV(B) 330.68º 0.98% 0.35% -
XYZ 4.71 2.41 2.7 -
YUV 33.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 90 2 45 0 0.98 0.50 0.65 330.68 0.96 0.18
Hex 5A 2 2D 0 62 32 41 14B 60 12
Octal 132 2 55 0 142 62 101 513 140 22
Binary 1011010 10 101101 0 1100010 110010 1000001 101001011 1100000 10010

Color Harmonies of #5A022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A022D

Black with #5A022D

Text Example


Text Example

White with #5A022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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