#5327DF

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

Shades of Han Purple #5327DF

Tints of Han Purple #5327DF

Color information

#5327DF (or 0x5327DF) is unknown color: approx Han Purple. HEX triplet: 53, 27 and DF. RGB value is (83,39,223). Sum of RGB (Red+Green+Blue) = 83+39+223=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #5327DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5327DF is #ACD820. Grayscale: #484848. Windows color (decimal): -11327521 or 14624595. OLE color: 14624595.

HSL color Cylindrical-coordinate representation of color #5327DF: hue angle of 254.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5327DF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8339223-
CMYK0.630.8300.13
HSL254.35º74.19%51.37%-
HSV(B)254.35º82.51%87.45%-
XYZ17.618.6270.55-
YUV73.13212.58135.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 223 (87.5% from 255) = 64.64%
R=24.06%
G=11.30%
B=64.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal83392230.630.8300.13254.3574.1951.37
Hex5327DF3F530Dfe4a33
Octal123473377712301537611263
Binary101001110011111011111111111101001101101111111101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5327DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5327DF; }

 p { color: rgb(83,39,223); }

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

<style>
 a { background-color: #5327DF; }

 a { background-color: rgb(83,39,223); }

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

<style>
 span { border-color: #5327DF; }

 span { border-color: rgb(83,39,223); }

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