#5305F6

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

Shades of Han Purple #5305F6

Tints of Han Purple #5305F6

Color information

#5305F6 (or 0x5305F6) is unknown color: approx Han Purple. HEX triplet: 53, 05 and F6. RGB value is (83,5,246). Sum of RGB (Red+Green+Blue) = 83+5+246=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 246 (96.48% from 255 or 73.65% from 334); Max value from RGB is 246 - color contains mainly: blue. Hex color #5305F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5305F6 is #ACFA09. Grayscale: #363636. Windows color (decimal): -11336202 or 16123219. OLE color: 16123219.

HSL color Cylindrical-coordinate representation of color #5305F6: hue angle of 259.42º degrees, saturation: 0.96, 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 #5305F6 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB835246-
CMYK0.660.9800.04
HSL259.42º96.02%49.22%-
HSV(B)259.42º97.97%96.47%-
XYZ20.268.687.78-
YUV55.8235.34147.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 246 (96.48% from 255) = 73.65%
R=24.85%
G=1.50%
B=73.65%

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
Decimal8352460.660.9800.04259.4296.0249.22
Hex535F64262041036031
Octal12353661021420440314061
Binary1010011101111101101000010110001001001000000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5305F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5305F6; }

 p { color: rgb(83,5,246); }

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

<style>
 a { background-color: #5305F6; }

 a { background-color: rgb(83,5,246); }

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

<style>
 span { border-color: #5305F6; }

 span { border-color: rgb(83,5,246); }

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