#5318F9

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

Shades of Han Purple #5318F9

Tints of Han Purple #5318F9

Color information

#5318F9 (or 0x5318F9) is unknown color: approx Han Purple. HEX triplet: 53, 18 and F9. RGB value is (83,24,249). Sum of RGB (Red+Green+Blue) = 83+24+249=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #5318F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5318F9 is #ACE706. Grayscale: #424242. Windows color (decimal): -11331335 or 16324691. OLE color: 16324691.

HSL color Cylindrical-coordinate representation of color #5318F9: hue angle of 255.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5318F9 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8324249-
CMYK0.670.9000.02
HSL255.73º94.94%53.53%-
HSV(B)255.73º90.36%97.65%-
XYZ20.999.3390.32-
YUV67.29230.55139.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 249 (97.66% from 255) = 69.94%
R=23.31%
G=6.74%
B=69.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal83242490.670.9000.02255.7394.9453.53
Hex5318F9435A021005f36
Octal123303711031320240013766
Binary10100111100011111001100001110110100101000000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5318F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5318F9; }

 p { color: rgb(83,24,249); }

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

<style>
 a { background-color: #5318F9; }

 a { background-color: rgb(83,24,249); }

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

<style>
 span { border-color: #5318F9; }

 span { border-color: rgb(83,24,249); }

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