Html Css Color HEX #511ADF Han Purple

📋 copy color: '#511ADF'

red 81 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #511ADF

Tints of Han Purple #511ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 24.55%
G = 7.88%
B = 67.58%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#511ADF (or 0x511ADF) is known color: Han Purple. HEX triplet: 51, 1A and DF. RGB value is (81,26,223). Sum of RGB (Red+Green+Blue) = 81+26+223=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #511ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ADF is #AEE520. Grayscale: #404040. Windows color (decimal): -11461921 or 14621265. OLE color: 14621265.

HSL color Cylindrical-coordinate representation of color #511ADF: hue angle of 256.75º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511ADF is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 26 223 -
CMYK 0.64 0.88 0 0.13
HSL 256.75º 0.79% 0.49% -
HSV(B) 256.75º 0.88% 0.87% -
XYZ 17.08 7.82 70.42 -
YUV 64.9 217.22 139.48 -
System Red Green Blue C M Y K H S L
Decimal 81 26 223 0.64 0.88 0 0.13 256.75 0.79 0.49
Hex 51 1A DF 40 58 0 D 101 4F 31
Octal 121 32 337 100 130 0 15 401 117 61
Binary 1010001 11010 11011111 1000000 1011000 0 1101 100000001 1001111 110001

Color Harmonies of #511ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ADF

Black with #511ADF

Text Example


Text Example

White with #511ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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