Html Css Color HEX #5A023C Tyrian Purple

📋 copy color: '#5A023C'

red 90 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #5A023C

Tints of Tyrian Purple #5A023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.47%

R = 59.21%
G = 1.32%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A023C (or 0x5A023C) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 3C. RGB value is (90,2,60). Sum of RGB (Red+Green+Blue) = 90+2+60=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A023C is #A5FDC3. Grayscale: #222222. Windows color (decimal): -10878404 or 3932762. OLE color: 3932762.

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

Color convert

RGB 90 2 60 -
CMYK 0 0.98 0.33 0.65
HSL 320.45º 0.96% 0.18% -
HSV(B) 320.45º 0.98% 0.35% -
XYZ 5.05 2.54 4.5 -
YUV 34.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 90 2 60 0 0.98 0.33 0.65 320.45 0.96 0.18
Hex 5A 2 3C 0 62 21 41 140 60 12
Octal 132 2 74 0 142 41 101 500 140 22
Binary 1011010 10 111100 0 1100010 100001 1000001 101000000 1100000 10010

Color Harmonies of #5A023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A023C

Black with #5A023C

Text Example


Text Example

White with #5A023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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