Html Css Color HEX #5919EB Han Purple

📋 copy color: '#5919EB'

red 89 ◦ green 25 ◦ blue 235

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

Shades of Han Purple #5919EB

Tints of Han Purple #5919EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 25.5%
G = 7.16%
B = 67.34%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5919EB (or 0x5919EB) is known color: Han Purple. HEX triplet: 59, 19 and EB. RGB value is (89,25,235). Sum of RGB (Red+Green+Blue) = 89+25+235=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #5919EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5919EB is #A6E614. Grayscale: #434343. Windows color (decimal): -10937877 or 15407449. OLE color: 15407449.

HSL color Cylindrical-coordinate representation of color #5919EB: hue angle of 258.29º degrees, saturation: 0.84, 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 #5919EB is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 25 235 -
CMYK 0.62 0.89 0 0.08
HSL 258.29º 0.84% 0.51% -
HSV(B) 258.29º 0.89% 0.92% -
XYZ 19.46 8.82 79.27 -
YUV 68.08 222.2 142.92 -
System Red Green Blue C M Y K H S L
Decimal 89 25 235 0.62 0.89 0 0.08 258.29 0.84 0.51
Hex 59 19 EB 3E 59 0 8 102 54 33
Octal 131 31 353 76 131 0 10 402 124 63
Binary 1011001 11001 11101011 111110 1011001 0 1000 100000010 1010100 110011

Color Harmonies of #5919EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5919EB

Black with #5919EB

Text Example


Text Example

White with #5919EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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