Html Css Color HEX #511ADC Han Purple

📋 copy color: '#511ADC'

red 81 ◦ green 26 ◦ blue 220

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

Shades of Han Purple #511ADC

Tints of Han Purple #511ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.28%

R = 24.77%
G = 7.95%
B = 67.28%

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

#511ADC (or 0x511ADC) is known color: Han Purple. HEX triplet: 51, 1A and DC. RGB value is (81,26,220). Sum of RGB (Red+Green+Blue) = 81+26+220=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #511ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ADC is #AEE523. Grayscale: #3F3F3F. Windows color (decimal): -11461924 or 14424657. OLE color: 14424657.

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

Color convert

RGB 81 26 220 -
CMYK 0.63 0.88 0 0.14
HSL 257.01º 0.79% 0.48% -
HSV(B) 257.01º 0.88% 0.86% -
XYZ 16.68 7.66 68.31 -
YUV 64.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 81 26 220 0.63 0.88 0 0.14 257.01 0.79 0.48
Hex 51 1A DC 3F 58 0 E 101 4F 30
Octal 121 32 334 77 130 0 16 401 117 60
Binary 1010001 11010 11011100 111111 1011000 0 1110 100000001 1001111 110000

Color Harmonies of #511ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ADC

Black with #511ADC

Text Example


Text Example

White with #511ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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