Html Css Color HEX #511BD7 Han Purple

📋 copy color: '#511BD7'

red 81 ◦ green 27 ◦ blue 215

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

Shades of Han Purple #511BD7

Tints of Han Purple #511BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.56%

R = 25.08%
G = 8.36%
B = 66.56%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#511BD7 (or 0x511BD7) is known color: Han Purple. HEX triplet: 51, 1B and D7. RGB value is (81,27,215). Sum of RGB (Red+Green+Blue) = 81+27+215=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 215 (84.38% from 255 or 66.56% from 323); Max value from RGB is 215 - color contains mainly: blue. Hex color #511BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BD7 is #AEE428. Grayscale: #3F3F3F. Windows color (decimal): -11461673 or 14097233. OLE color: 14097233.

HSL color Cylindrical-coordinate representation of color #511BD7: hue angle of 257.23º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511BD7 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 27 215 -
CMYK 0.62 0.87 0 0.16
HSL 257.23º 0.78% 0.47% -
HSV(B) 257.23º 0.87% 0.84% -
XYZ 16.05 7.44 64.88 -
YUV 64.58 212.89 139.71 -
System Red Green Blue C M Y K H S L
Decimal 81 27 215 0.62 0.87 0 0.16 257.23 0.78 0.47
Hex 51 1B D7 3E 57 0 10 101 4E 2F
Octal 121 33 327 76 127 0 20 401 116 57
Binary 1010001 11011 11010111 111110 1010111 0 10000 100000001 1001110 101111

Color Harmonies of #511BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BD7

Black with #511BD7

Text Example


Text Example

White with #511BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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