#5304f5

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

Shades of Han Purple #5304F5

Tints of Han Purple #5304F5

Color information

#5304F5 (or 0x5304F5) is unknown color: approx Han Purple. HEX triplet: 53, 04 and F5. RGB value is (83,4,245). Sum of RGB (Red+Green+Blue) = 83+4+245=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #5304F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5304F5 is #ACFB0A. Grayscale: #363636. Windows color (decimal): -11336459 or 16057427. OLE color: 16057427.

HSL color Cylindrical-coordinate representation of color #5304F5: hue angle of 259.67º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304F5 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB834245-
CMYK0.660.9800.04
HSL259.67º96.79%48.82%-
HSV(B)259.67º98.37%96.08%-
XYZ20.098.5286.97-
YUV55.1235.17147.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 245 (96.09% from 255) = 73.80%
R=25%
G=1.20%
B=73.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal8342450.660.9800.04259.6796.7948.82
Hex534F54262041046131
Octal12343651021420440414161
Binary1010011100111101011000010110001001001000001001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5304f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5304f5; }

 p { color: rgb(83,4,245); }

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

<style>
 a { background-color: #5304f5; }

 a { background-color: rgb(83,4,245); }

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

<style>
 span { border-color: #5304f5; }

 span { border-color: rgb(83,4,245); }

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