Html Css Color HEX #5119EB Han Purple

📋 copy color: '#5119EB'

red 81 ◦ green 25 ◦ blue 235

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

Shades of Han Purple #5119EB

Tints of Han Purple #5119EB

RGB

 RED value IS 81 (32.03% from 255) = 23.75%

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

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

R = 23.75%
G = 7.33%
B = 68.91%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5119EB (or 0x5119EB) is known color: Han Purple. HEX triplet: 51, 19 and EB. RGB value is (81,25,235). Sum of RGB (Red+Green+Blue) = 81+25+235=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5119EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5119EB is #AEE614. Grayscale: #404040. Windows color (decimal): -11462165 or 15407441. OLE color: 15407441.

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

Color convert

RGB 81 25 235 -
CMYK 0.66 0.89 0 0.08
HSL 256º 0.84% 0.51% -
HSV(B) 256º 0.89% 0.92% -
XYZ 18.74 8.44 79.24 -
YUV 65.68 223.55 138.92 -
System Red Green Blue C M Y K H S L
Decimal 81 25 235 0.66 0.89 0 0.08 256 0.84 0.51
Hex 51 19 EB 42 59 0 8 100 54 33
Octal 121 31 353 102 131 0 10 400 124 63
Binary 1010001 11001 11101011 1000010 1011001 0 1000 100000000 1010100 110011

Color Harmonies of #5119EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5119EB

Black with #5119EB

Text Example


Text Example

White with #5119EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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