Html Css Color HEX #5A20E6 Han Purple

📋 copy color: '#5A20E6'

red 90 ◦ green 32 ◦ blue 230

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

Shades of Han Purple #5A20E6

Tints of Han Purple #5A20E6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 230 (90.23% from 255) = 65.34%

R = 25.57%
G = 9.09%
B = 65.34%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5A20E6 (or 0x5A20E6) is known color: Han Purple. HEX triplet: 5A, 20 and E6. RGB value is (90,32,230). Sum of RGB (Red+Green+Blue) = 90+32+230=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 230 (90.23% from 255 or 65.34% from 352); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A20E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A20E6 is #A5DF19. Grayscale: #474747. Windows color (decimal): -10870554 or 15081562. OLE color: 15081562.

HSL color Cylindrical-coordinate representation of color #5A20E6: hue angle of 257.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A20E6 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 32 230 -
CMYK 0.61 0.86 0 0.10
HSL 257.58º 0.8% 0.51% -
HSV(B) 257.58º 0.86% 0.9% -
XYZ 19.02 8.92 75.58 -
YUV 71.91 217.22 140.9 -
System Red Green Blue C M Y K H S L
Decimal 90 32 230 0.61 0.86 0 0.10 257.58 0.8 0.51
Hex 5A 20 E6 3D 56 0 A 102 50 33
Octal 132 40 346 75 126 0 12 402 120 63
Binary 1011010 100000 11100110 111101 1010110 0 1010 100000010 1010000 110011

Color Harmonies of #5A20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A20E6

Black with #5A20E6

Text Example


Text Example

White with #5A20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,230); }

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

background-color css

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

 a { background-color: rgb(90,32,230); }

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

border-color css

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

 span { border-color: rgb(90,32,230); }

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