Html Css Color HEX #5A024F Tyrian Purple

📋 copy color: '#5A024F'

red 90 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #5A024F

Tints of Tyrian Purple #5A024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 52.63%
G = 1.17%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#5A024F (or 0x5A024F) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 4F. RGB value is (90,2,79). Sum of RGB (Red+Green+Blue) = 90+2+79=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A024F is #A5FDB0. Grayscale: #242424. Windows color (decimal): -10878385 or 5177946. OLE color: 5177946.

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

Color convert

RGB 90 2 79 -
CMYK 0 0.98 0.12 0.65
HSL 307.5º 0.96% 0.18% -
HSV(B) 307.5º 0.98% 0.35% -
XYZ 5.65 2.78 7.64 -
YUV 37.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 90 2 79 0 0.98 0.12 0.65 307.5 0.96 0.18
Hex 5A 2 4F 0 62 C 41 134 60 12
Octal 132 2 117 0 142 14 101 464 140 22
Binary 1011010 10 1001111 0 1100010 1100 1000001 100110100 1100000 10010

Color Harmonies of #5A024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A024F

Black with #5A024F

Text Example


Text Example

White with #5A024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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