Html Css Color HEX #511DDB Han Purple

📋 copy color: '#511DDB'

red 81 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #511DDB

Tints of Han Purple #511DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.81%

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

R = 24.62%
G = 8.81%
B = 66.57%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#511DDB (or 0x511DDB) is known color: Han Purple. HEX triplet: 51, 1D and DB. RGB value is (81,29,219). Sum of RGB (Red+Green+Blue) = 81+29+219=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #511DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DDB is #AEE224. Grayscale: #414141. Windows color (decimal): -11461157 or 14359889. OLE color: 14359889.

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

Color convert

RGB 81 29 219 -
CMYK 0.63 0.87 0 0.14
HSL 256.42º 0.77% 0.49% -
HSV(B) 256.42º 0.87% 0.86% -
XYZ 16.62 7.74 67.64 -
YUV 66.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 81 29 219 0.63 0.87 0 0.14 256.42 0.77 0.49
Hex 51 1D DB 3F 57 0 E 100 4D 31
Octal 121 35 333 77 127 0 16 400 115 61
Binary 1010001 11101 11011011 111111 1010111 0 1110 100000000 1001101 110001

Color Harmonies of #511DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DDB

Black with #511DDB

Text Example


Text Example

White with #511DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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