Html Css Color HEX #5118EF Han Purple

📋 copy color: '#5118EF'

red 81 ◦ green 24 ◦ blue 239

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

Shades of Han Purple #5118EF

Tints of Han Purple #5118EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 23.55%
G = 6.98%
B = 69.48%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5118EF (or 0x5118EF) is known color: Han Purple. HEX triplet: 51, 18 and EF. RGB value is (81,24,239). Sum of RGB (Red+Green+Blue) = 81+24+239=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #5118EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5118EF is #AEE710. Grayscale: #404040. Windows color (decimal): -11462417 or 15669329. OLE color: 15669329.

HSL color Cylindrical-coordinate representation of color #5118EF: hue angle of 255.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5118EF is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 24 239 -
CMYK 0.66 0.90 0 0.06
HSL 255.91º 0.87% 0.52% -
HSV(B) 255.91º 0.9% 0.94% -
XYZ 19.3 8.63 82.31 -
YUV 65.55 225.88 139.02 -
System Red Green Blue C M Y K H S L
Decimal 81 24 239 0.66 0.90 0 0.06 255.91 0.87 0.52
Hex 51 18 EF 42 5A 0 6 100 57 34
Octal 121 30 357 102 132 0 6 400 127 64
Binary 1010001 11000 11101111 1000010 1011010 0 110 100000000 1010111 110100

Color Harmonies of #5118EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5118EF

Black with #5118EF

Text Example


Text Example

White with #5118EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5118EF; }

 p { color: rgb(81,24,239); }

 H1.HeaderClassName
 {
   color: #5118EF;
 }
 .AnyTagClassName
 {
   color: #5118EF;
 }
</style>

background-color css

<style>
 a { background-color: #5118EF; }

 a { background-color: rgb(81,24,239); }

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

border-color css

<style>
 span { border-color: #5118EF; }

 span { border-color: rgb(81,24,239); }

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