#5121FF

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

Shades of Han Purple #5121FF

Tints of Han Purple #5121FF

Color information

#5121FF (or 0x5121FF) is unknown color: approx Han Purple. HEX triplet: 51, 21 and FF. RGB value is (81,33,255). Sum of RGB (Red+Green+Blue) = 81+33+255=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #5121FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5121FF is #AEDE00. Grayscale: #474747. Windows color (decimal): -11460097 or 16720209. OLE color: 16720209.

HSL color Cylindrical-coordinate representation of color #5121FF: hue angle of 252.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5121FF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8133255-
CMYK0.680.8700
HSL252.97º100%56.47%-
HSV(B)252.97º87.06%100%-
XYZ21.9910.0695.39-
YUV72.66230.9133.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 255 (100% from 255) = 69.11%
R=21.95%
G=8.94%
B=69.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal81332550.680.8700252.9710056.47
Hex5121FF445700fd6438
Octal121413771041270037514470
Binary1010001100001111111111000100101011100111111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5121FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5121FF; }

 p { color: rgb(81,33,255); }

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

<style>
 a { background-color: #5121FF; }

 a { background-color: rgb(81,33,255); }

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

<style>
 span { border-color: #5121FF; }

 span { border-color: rgb(81,33,255); }

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