Html Css Color HEX #5117EB Han Purple

📋 copy color: '#5117EB'

red 81 ◦ green 23 ◦ blue 235

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

Shades of Han Purple #5117EB

Tints of Han Purple #5117EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.78%

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

R = 23.89%
G = 6.78%
B = 69.32%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5117EB (or 0x5117EB) is known color: Han Purple. HEX triplet: 51, 17 and EB. RGB value is (81,23,235). Sum of RGB (Red+Green+Blue) = 81+23+235=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #5117EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5117EB is #AEE814. Grayscale: #3F3F3F. Windows color (decimal): -11462677 or 15406929. OLE color: 15406929.

HSL color Cylindrical-coordinate representation of color #5117EB: hue angle of 256.42º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5117EB is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 23 235 -
CMYK 0.66 0.90 0 0.08
HSL 256.42º 0.84% 0.51% -
HSV(B) 256.42º 0.9% 0.92% -
XYZ 18.7 8.36 79.23 -
YUV 64.51 224.22 139.76 -
System Red Green Blue C M Y K H S L
Decimal 81 23 235 0.66 0.90 0 0.08 256.42 0.84 0.51
Hex 51 17 EB 42 5A 0 8 100 54 33
Octal 121 27 353 102 132 0 10 400 124 63
Binary 1010001 10111 11101011 1000010 1011010 0 1000 100000000 1010100 110011

Color Harmonies of #5117EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5117EB

Black with #5117EB

Text Example


Text Example

White with #5117EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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