Html Css Color HEX #511ADA Han Purple

📋 copy color: '#511ADA'

red 81 ◦ green 26 ◦ blue 218

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

Shades of Han Purple #511ADA

Tints of Han Purple #511ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 24.92%
G = 8%
B = 67.08%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#511ADA (or 0x511ADA) is known color: Han Purple. HEX triplet: 51, 1A and DA. RGB value is (81,26,218). Sum of RGB (Red+Green+Blue) = 81+26+218=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #511ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ADA is #AEE525. Grayscale: #3F3F3F. Windows color (decimal): -11461926 or 14293585. OLE color: 14293585.

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

Color convert

RGB 81 26 218 -
CMYK 0.63 0.88 0 0.15
HSL 257.19º 0.79% 0.48% -
HSV(B) 257.19º 0.88% 0.85% -
XYZ 16.42 7.55 66.92 -
YUV 64.33 214.72 139.89 -
System Red Green Blue C M Y K H S L
Decimal 81 26 218 0.63 0.88 0 0.15 257.19 0.79 0.48
Hex 51 1A DA 3F 58 0 F 101 4F 30
Octal 121 32 332 77 130 0 17 401 117 60
Binary 1010001 11010 11011010 111111 1011000 0 1111 100000001 1001111 110000

Color Harmonies of #511ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ADA

Black with #511ADA

Text Example


Text Example

White with #511ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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