Html Css Color HEX #5A17ED Han Purple

📋 copy color: '#5A17ED'

red 90 ◦ green 23 ◦ blue 237

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

Shades of Han Purple #5A17ED

Tints of Han Purple #5A17ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 25.71%
G = 6.57%
B = 67.71%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A17ED (or 0x5A17ED) is known color: Han Purple. HEX triplet: 5A, 17 and ED. RGB value is (90,23,237). Sum of RGB (Red+Green+Blue) = 90+23+237=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A17ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A17ED is #A5E812. Grayscale: #424242. Windows color (decimal): -10872851 or 15538010. OLE color: 15538010.

HSL color Cylindrical-coordinate representation of color #5A17ED: hue angle of 258.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A17ED is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 23 237 -
CMYK 0.62 0.90 0 0.07
HSL 258.79º 0.86% 0.51% -
HSV(B) 258.79º 0.9% 0.93% -
XYZ 19.81 8.9 80.79 -
YUV 67.43 223.7 144.1 -
System Red Green Blue C M Y K H S L
Decimal 90 23 237 0.62 0.90 0 0.07 258.79 0.86 0.51
Hex 5A 17 ED 3E 5A 0 7 103 56 33
Octal 132 27 355 76 132 0 7 403 126 63
Binary 1011010 10111 11101101 111110 1011010 0 111 100000011 1010110 110011

Color Harmonies of #5A17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A17ED

Black with #5A17ED

Text Example


Text Example

White with #5A17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,237); }

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

background-color css

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

 a { background-color: rgb(90,23,237); }

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

border-color css

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

 span { border-color: rgb(90,23,237); }

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