Html Css Color HEX #511ADB Han Purple

📋 copy color: '#511ADB'

red 81 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #511ADB

Tints of Han Purple #511ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

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

R = 24.85%
G = 7.98%
B = 67.18%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#511ADB (or 0x511ADB) is known color: Han Purple. HEX triplet: 51, 1A and DB. RGB value is (81,26,219). Sum of RGB (Red+Green+Blue) = 81+26+219=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #511ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ADB is #AEE524. Grayscale: #3F3F3F. Windows color (decimal): -11461925 or 14359121. OLE color: 14359121.

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

Color convert

RGB 81 26 219 -
CMYK 0.63 0.88 0 0.14
HSL 257.1º 0.79% 0.48% -
HSV(B) 257.1º 0.88% 0.86% -
XYZ 16.55 7.6 67.61 -
YUV 64.45 215.22 139.81 -
System Red Green Blue C M Y K H S L
Decimal 81 26 219 0.63 0.88 0 0.14 257.1 0.79 0.48
Hex 51 1A DB 3F 58 0 E 101 4F 30
Octal 121 32 333 77 130 0 16 401 117 60
Binary 1010001 11010 11011011 111111 1011000 0 1110 100000001 1001111 110000

Color Harmonies of #511ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ADB

Black with #511ADB

Text Example


Text Example

White with #511ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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