Html Css Color HEX #511BDB Han Purple

📋 copy color: '#511BDB'

red 81 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #511BDB

Tints of Han Purple #511BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.26%

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

R = 24.77%
G = 8.26%
B = 66.97%

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

#511BDB (or 0x511BDB) is known color: Han Purple. HEX triplet: 51, 1B and DB. RGB value is (81,27,219). Sum of RGB (Red+Green+Blue) = 81+27+219=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #511BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BDB is #AEE424. Grayscale: #404040. Windows color (decimal): -11461669 or 14359377. OLE color: 14359377.

HSL color Cylindrical-coordinate representation of color #511BDB: hue angle of 256.88º degrees, saturation: 0.78, 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 #511BDB is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 27 219 -
CMYK 0.63 0.88 0 0.14
HSL 256.88º 0.78% 0.48% -
HSV(B) 256.88º 0.88% 0.86% -
XYZ 16.57 7.65 67.62 -
YUV 65.03 214.89 139.39 -
System Red Green Blue C M Y K H S L
Decimal 81 27 219 0.63 0.88 0 0.14 256.88 0.78 0.48
Hex 51 1B DB 3F 58 0 E 101 4E 30
Octal 121 33 333 77 130 0 16 401 116 60
Binary 1010001 11011 11011011 111111 1011000 0 1110 100000001 1001110 110000

Color Harmonies of #511BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BDB

Black with #511BDB

Text Example


Text Example

White with #511BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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