Html Css Color HEX #5919EC Han Purple

📋 copy color: '#5919EC'

red 89 ◦ green 25 ◦ blue 236

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

Shades of Han Purple #5919EC

Tints of Han Purple #5919EC

RGB

 RED value IS 89 (35.16% from 255) = 25.43%

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 25.43%
G = 7.14%
B = 67.43%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5919EC (or 0x5919EC) is known color: Han Purple. HEX triplet: 59, 19 and EC. RGB value is (89,25,236). Sum of RGB (Red+Green+Blue) = 89+25+236=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #5919EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5919EC is #A6E613. Grayscale: #434343. Windows color (decimal): -10937876 or 15472985. OLE color: 15472985.

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

Color convert

RGB 89 25 236 -
CMYK 0.62 0.89 0 0.07
HSL 258.2º 0.85% 0.51% -
HSV(B) 258.2º 0.89% 0.93% -
XYZ 19.61 8.88 80.04 -
YUV 68.19 222.7 142.84 -
System Red Green Blue C M Y K H S L
Decimal 89 25 236 0.62 0.89 0 0.07 258.2 0.85 0.51
Hex 59 19 EC 3E 59 0 7 102 55 33
Octal 131 31 354 76 131 0 7 402 125 63
Binary 1011001 11001 11101100 111110 1011001 0 111 100000010 1010101 110011

Color Harmonies of #5919EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5919EC

Black with #5919EC

Text Example


Text Example

White with #5919EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5919EC; }

 p { color: rgb(89,25,236); }

 H1.HeaderClassName
 {
   color: #5919EC;
 }
 .AnyTagClassName
 {
   color: #5919EC;
 }
</style>

background-color css

<style>
 a { background-color: #5919EC; }

 a { background-color: rgb(89,25,236); }

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

border-color css

<style>
 span { border-color: #5919EC; }

 span { border-color: rgb(89,25,236); }

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