Html Css Color HEX #5A17EF Han Purple

📋 copy color: '#5A17EF'

red 90 ◦ green 23 ◦ blue 239

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

Shades of Han Purple #5A17EF

Tints of Han Purple #5A17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 25.57%
G = 6.53%
B = 67.9%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A17EF (or 0x5A17EF) is known color: Han Purple. HEX triplet: 5A, 17 and EF. RGB value is (90,23,239). Sum of RGB (Red+Green+Blue) = 90+23+239=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A17EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A17EF is #A5E810. Grayscale: #424242. Windows color (decimal): -10872849 or 15669082. OLE color: 15669082.

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

Color convert

RGB 90 23 239 -
CMYK 0.62 0.90 0 0.06
HSL 258.61º 0.87% 0.51% -
HSV(B) 258.61º 0.9% 0.94% -
XYZ 20.1 9.02 82.34 -
YUV 67.66 224.7 143.94 -
System Red Green Blue C M Y K H S L
Decimal 90 23 239 0.62 0.90 0 0.06 258.61 0.87 0.51
Hex 5A 17 EF 3E 5A 0 6 103 57 33
Octal 132 27 357 76 132 0 6 403 127 63
Binary 1011010 10111 11101111 111110 1011010 0 110 100000011 1010111 110011

Color Harmonies of #5A17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A17EF

Black with #5A17EF

Text Example


Text Example

White with #5A17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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