#5133FF

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

Shades of Han Purple #5133FF

Tints of Han Purple #5133FF

Color information

#5133FF (or 0x5133FF) is unknown color: approx Han Purple. HEX triplet: 51, 33 and FF. RGB value is (81,51,255). Sum of RGB (Red+Green+Blue) = 81+51+255=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #5133FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5133FF is #AECC00. Grayscale: #525252. Windows color (decimal): -11455489 or 16724817. OLE color: 16724817.

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

Color convert

RGB8151255-
CMYK0.680.800
HSL248.82º100%60%-
HSV(B)248.82º80%100%-
XYZ22.6311.3495.6-
YUV83.23224.94126.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 255 (100% from 255) = 65.89%
R=20.93%
G=13.18%
B=65.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal81512550.680.800248.8210060
Hex5133FF445000f9643c
Octal121633771041200037114474
Binary1010001110011111111111000100101000000111110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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