#5325F7

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

Shades of Han Purple #5325F7

Tints of Han Purple #5325F7

Color information

#5325F7 (or 0x5325F7) is unknown color: approx Han Purple. HEX triplet: 53, 25 and F7. RGB value is (83,37,247). Sum of RGB (Red+Green+Blue) = 83+37+247=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #5325F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5325F7 is #ACDA08. Grayscale: #494949. Windows color (decimal): -11328009 or 16196947. OLE color: 16196947.

HSL color Cylindrical-coordinate representation of color #5325F7: hue angle of 253.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5325F7 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8337247-
CMYK0.660.8500.03
HSL253.14º92.92%55.69%-
HSV(B)253.14º85.02%96.86%-
XYZ21.029.8888.79-
YUV74.69225.24133.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 247 (96.88% from 255) = 67.30%
R=22.62%
G=10.08%
B=67.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal83372470.660.8500.03253.1492.9255.69
Hex5325F7425503fd5d38
Octal123453671021250337513570
Binary10100111001011111011110000101010101011111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5325F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5325F7; }

 p { color: rgb(83,37,247); }

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

<style>
 a { background-color: #5325F7; }

 a { background-color: rgb(83,37,247); }

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

<style>
 span { border-color: #5325F7; }

 span { border-color: rgb(83,37,247); }

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