Html Css Color HEX #511EE0 Han Purple

📋 copy color: '#511EE0'

red 81 ◦ green 30 ◦ blue 224

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

Shades of Han Purple #511EE0

Tints of Han Purple #511EE0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 24.18%
G = 8.96%
B = 66.87%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#511EE0 (or 0x511EE0) is known color: Han Purple. HEX triplet: 51, 1E and E0. RGB value is (81,30,224). Sum of RGB (Red+Green+Blue) = 81+30+224=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #511EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EE0 is #AEE11F. Grayscale: #424242. Windows color (decimal): -11460896 or 14687825. OLE color: 14687825.

HSL color Cylindrical-coordinate representation of color #511EE0: hue angle of 255.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511EE0 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 30 224 -
CMYK 0.64 0.87 0 0.12
HSL 255.77º 0.76% 0.5% -
HSV(B) 255.77º 0.87% 0.88% -
XYZ 17.31 8.06 71.16 -
YUV 67.37 216.4 137.73 -
System Red Green Blue C M Y K H S L
Decimal 81 30 224 0.64 0.87 0 0.12 255.77 0.76 0.5
Hex 51 1E E0 40 57 0 C 100 4C 32
Octal 121 36 340 100 127 0 14 400 114 62
Binary 1010001 11110 11100000 1000000 1010111 0 1100 100000000 1001100 110010

Color Harmonies of #511EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EE0

Black with #511EE0

Text Example


Text Example

White with #511EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511EE0; }

 p { color: rgb(81,30,224); }

 H1.HeaderClassName
 {
   color: #511EE0;
 }
 .AnyTagClassName
 {
   color: #511EE0;
 }
</style>

background-color css

<style>
 a { background-color: #511EE0; }

 a { background-color: rgb(81,30,224); }

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

border-color css

<style>
 span { border-color: #511EE0; }

 span { border-color: rgb(81,30,224); }

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