Html Css Color HEX #511DD9 Han Purple

📋 copy color: '#511DD9'

red 81 ◦ green 29 ◦ blue 217

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

Shades of Han Purple #511DD9

Tints of Han Purple #511DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 66.36%

R = 24.77%
G = 8.87%
B = 66.36%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#511DD9 (or 0x511DD9) is known color: Han Purple. HEX triplet: 51, 1D and D9. RGB value is (81,29,217). Sum of RGB (Red+Green+Blue) = 81+29+217=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 217 (85.16% from 255 or 66.36% from 327); Max value from RGB is 217 - color contains mainly: blue. Hex color #511DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DD9 is #AEE226. Grayscale: #414141. Windows color (decimal): -11461159 or 14228817. OLE color: 14228817.

HSL color Cylindrical-coordinate representation of color #511DD9: hue angle of 256.6º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511DD9 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 29 217 -
CMYK 0.63 0.87 0 0.15
HSL 256.6º 0.76% 0.48% -
HSV(B) 256.6º 0.87% 0.85% -
XYZ 16.36 7.64 66.26 -
YUV 65.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 81 29 217 0.63 0.87 0 0.15 256.6 0.76 0.48
Hex 51 1D D9 3F 57 0 F 101 4C 30
Octal 121 35 331 77 127 0 17 401 114 60
Binary 1010001 11101 11011001 111111 1010111 0 1111 100000001 1001100 110000

Color Harmonies of #511DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DD9

Black with #511DD9

Text Example


Text Example

White with #511DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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