Html Css Color HEX #5118ED Han Purple

📋 copy color: '#5118ED'

red 81 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #5118ED

Tints of Han Purple #5118ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 23.68%
G = 7.02%
B = 69.3%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5118ED (or 0x5118ED) is known color: Han Purple. HEX triplet: 51, 18 and ED. RGB value is (81,24,237). Sum of RGB (Red+Green+Blue) = 81+24+237=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #5118ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5118ED is #AEE712. Grayscale: #404040. Windows color (decimal): -11462419 or 15538257. OLE color: 15538257.

HSL color Cylindrical-coordinate representation of color #5118ED: hue angle of 256.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5118ED is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 24 237 -
CMYK 0.66 0.90 0 0.07
HSL 256.06º 0.86% 0.51% -
HSV(B) 256.06º 0.9% 0.93% -
XYZ 19.01 8.52 80.76 -
YUV 65.33 224.88 139.18 -
System Red Green Blue C M Y K H S L
Decimal 81 24 237 0.66 0.90 0 0.07 256.06 0.86 0.51
Hex 51 18 ED 42 5A 0 7 100 56 33
Octal 121 30 355 102 132 0 7 400 126 63
Binary 1010001 11000 11101101 1000010 1011010 0 111 100000000 1010110 110011

Color Harmonies of #5118ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5118ED

Black with #5118ED

Text Example


Text Example

White with #5118ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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