Html Css Color HEX #5A024E Tyrian Purple

📋 copy color: '#5A024E'

red 90 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #5A024E

Tints of Tyrian Purple #5A024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 52.94%
G = 1.18%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A024E (or 0x5A024E) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 4E. RGB value is (90,2,78). Sum of RGB (Red+Green+Blue) = 90+2+78=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A024E is #A5FDB1. Grayscale: #242424. Windows color (decimal): -10878386 or 5112410. OLE color: 5112410.

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

Color convert

RGB 90 2 78 -
CMYK 0 0.98 0.13 0.65
HSL 308.18º 0.96% 0.18% -
HSV(B) 308.18º 0.98% 0.35% -
XYZ 5.61 2.77 7.45 -
YUV 36.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 90 2 78 0 0.98 0.13 0.65 308.18 0.96 0.18
Hex 5A 2 4E 0 62 D 41 134 60 12
Octal 132 2 116 0 142 15 101 464 140 22
Binary 1011010 10 1001110 0 1100010 1101 1000001 100110100 1100000 10010

Color Harmonies of #5A024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A024E

Black with #5A024E

Text Example


Text Example

White with #5A024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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