Html Css Color HEX #5A023A Tyrian Purple

📋 copy color: '#5A023A'

red 90 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #5A023A

Tints of Tyrian Purple #5A023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 60%
G = 1.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A023A (or 0x5A023A) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 3A. RGB value is (90,2,58). Sum of RGB (Red+Green+Blue) = 90+2+58=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A023A is #A5FDC5. Grayscale: #222222. Windows color (decimal): -10878406 or 3801690. OLE color: 3801690.

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

Color convert

RGB 90 2 58 -
CMYK 0 0.98 0.36 0.65
HSL 321.82º 0.96% 0.18% -
HSV(B) 321.82º 0.98% 0.35% -
XYZ 5 2.52 4.23 -
YUV 34.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 90 2 58 0 0.98 0.36 0.65 321.82 0.96 0.18
Hex 5A 2 3A 0 62 24 41 142 60 12
Octal 132 2 72 0 142 44 101 502 140 22
Binary 1011010 10 111010 0 1100010 100100 1000001 101000010 1100000 10010

Color Harmonies of #5A023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A023A

Black with #5A023A

Text Example


Text Example

White with #5A023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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