Html Css Color HEX #5519EA Han Purple

📋 copy color: '#5519EA'

red 85 ◦ green 25 ◦ blue 234

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

Shades of Han Purple #5519EA

Tints of Han Purple #5519EA

RGB

 RED value IS 85 (33.59% from 255) = 24.71%

 GREEN value IS 25 (10.16% from 255) = 7.27%

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 24.71%
G = 7.27%
B = 68.02%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5519EA (or 0x5519EA) is known color: Han Purple. HEX triplet: 55, 19 and EA. RGB value is (85,25,234). Sum of RGB (Red+Green+Blue) = 85+25+234=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #5519EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519EA is #AAE615. Grayscale: #414141. Windows color (decimal): -11200022 or 15341909. OLE color: 15341909.

HSL color Cylindrical-coordinate representation of color #5519EA: hue angle of 257.22º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5519EA is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 25 234 -
CMYK 0.64 0.89 0 0.08
HSL 257.22º 0.83% 0.51% -
HSV(B) 257.22º 0.89% 0.92% -
XYZ 18.95 8.57 78.5 -
YUV 66.77 222.38 141.01 -
System Red Green Blue C M Y K H S L
Decimal 85 25 234 0.64 0.89 0 0.08 257.22 0.83 0.51
Hex 55 19 EA 40 59 0 8 101 53 33
Octal 125 31 352 100 131 0 10 401 123 63
Binary 1010101 11001 11101010 1000000 1011001 0 1000 100000001 1010011 110011

Color Harmonies of #5519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519EA

Black with #5519EA

Text Example


Text Example

White with #5519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5519EA; }

 p { color: rgb(85,25,234); }

 H1.HeaderClassName
 {
   color: #5519EA;
 }
 .AnyTagClassName
 {
   color: #5519EA;
 }
</style>

background-color css

<style>
 a { background-color: #5519EA; }

 a { background-color: rgb(85,25,234); }

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

border-color css

<style>
 span { border-color: #5519EA; }

 span { border-color: rgb(85,25,234); }

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