#511DFC

Color #511DFC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #511DFC

Tints of Han Purple #511DFC

Color information

#511DFC (or 0x511DFC) is unknown color: approx Han Purple. HEX triplet: 51, 1D and FC. RGB value is (81,29,252). Sum of RGB (Red+Green+Blue) = 81+29+252=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #511DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DFC is #AEE203. Grayscale: #454545. Windows color (decimal): -11461124 or 16522577. OLE color: 16522577.

HSL color Cylindrical-coordinate representation of color #511DFC: hue angle of 253.99º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511DFC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8129252-
CMYK0.680.8800.01
HSL253.99º97.38%55.1%-
HSV(B)253.99º88.49%98.82%-
XYZ21.49.6692.83-
YUV69.97230.73135.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 29 (11.72% from 255) = 8.01%
BLUE value IS 252 (98.83% from 255) = 69.61%
R=22.38%
G=8.01%
B=69.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81292520.680.8800.01253.9997.3855.1
Hex511DFC445801fe6137
Octal121353741041300137614167
Binary101000111101111111001000100101100001111111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #511DFC;
 }
 .AnyTagClassName
 {
   color: #511DFC;
 }
</style>
background-color css

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

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

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

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

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

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