Html Css Color HEX #5A023E Tyrian Purple

📋 copy color: '#5A023E'

red 90 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #5A023E

Tints of Tyrian Purple #5A023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 58.44%
G = 1.3%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A023E (or 0x5A023E) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 3E. RGB value is (90,2,62). Sum of RGB (Red+Green+Blue) = 90+2+62=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A023E is #A5FDC1. Grayscale: #232323. Windows color (decimal): -10878402 or 4063834. OLE color: 4063834.

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

Color convert

RGB 90 2 62 -
CMYK 0 0.98 0.31 0.65
HSL 319.09º 0.96% 0.18% -
HSV(B) 319.09º 0.98% 0.35% -
XYZ 5.11 2.56 4.78 -
YUV 35.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 90 2 62 0 0.98 0.31 0.65 319.09 0.96 0.18
Hex 5A 2 3E 0 62 1F 41 13F 60 12
Octal 132 2 76 0 142 37 101 477 140 22
Binary 1011010 10 111110 0 1100010 11111 1000001 100111111 1100000 10010

Color Harmonies of #5A023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A023E

Black with #5A023E

Text Example


Text Example

White with #5A023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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