Html Css Color HEX #511EDB Han Purple

📋 copy color: '#511EDB'

red 81 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #511EDB

Tints of Han Purple #511EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 24.55%
G = 9.09%
B = 66.36%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#511EDB (or 0x511EDB) is known color: Han Purple. HEX triplet: 51, 1E and DB. RGB value is (81,30,219). Sum of RGB (Red+Green+Blue) = 81+30+219=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #511EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EDB is #AEE124. Grayscale: #424242. Windows color (decimal): -11460901 or 14360145. OLE color: 14360145.

HSL color Cylindrical-coordinate representation of color #511EDB: hue angle of 256.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511EDB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 30 219 -
CMYK 0.63 0.86 0 0.14
HSL 256.19º 0.76% 0.49% -
HSV(B) 256.19º 0.86% 0.86% -
XYZ 16.64 7.79 67.64 -
YUV 66.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 81 30 219 0.63 0.86 0 0.14 256.19 0.76 0.49
Hex 51 1E DB 3F 56 0 E 100 4C 31
Octal 121 36 333 77 126 0 16 400 114 61
Binary 1010001 11110 11011011 111111 1010110 0 1110 100000000 1001100 110001

Color Harmonies of #511EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EDB

Black with #511EDB

Text Example


Text Example

White with #511EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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