Html Css Color HEX #5A15EE Han Purple

📋 copy color: '#5A15EE'

red 90 ◦ green 21 ◦ blue 238

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

Shades of Han Purple #5A15EE

Tints of Han Purple #5A15EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.02%

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 25.79%
G = 6.02%
B = 68.19%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A15EE (or 0x5A15EE) is known color: Han Purple. HEX triplet: 5A, 15 and EE. RGB value is (90,21,238). Sum of RGB (Red+Green+Blue) = 90+21+238=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A15EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A15EE is #A5EA11. Grayscale: #414141. Windows color (decimal): -10873362 or 15603034. OLE color: 15603034.

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

Color convert

RGB 90 21 238 -
CMYK 0.62 0.91 0 0.07
HSL 259.08º 0.86% 0.51% -
HSV(B) 259.08º 0.91% 0.93% -
XYZ 19.92 8.88 81.55 -
YUV 66.37 224.86 144.86 -
System Red Green Blue C M Y K H S L
Decimal 90 21 238 0.62 0.91 0 0.07 259.08 0.86 0.51
Hex 5A 15 EE 3E 5B 0 7 103 56 33
Octal 132 25 356 76 133 0 7 403 126 63
Binary 1011010 10101 11101110 111110 1011011 0 111 100000011 1010110 110011

Color Harmonies of #5A15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A15EE

Black with #5A15EE

Text Example


Text Example

White with #5A15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,21,238); }

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

background-color css

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

 a { background-color: rgb(90,21,238); }

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

border-color css

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

 span { border-color: rgb(90,21,238); }

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