#5331F5

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

Shades of Han Purple #5331F5

Tints of Han Purple #5331F5

Color information

#5331F5 (or 0x5331F5) is unknown color: approx Han Purple. HEX triplet: 53, 31 and F5. RGB value is (83,49,245). Sum of RGB (Red+Green+Blue) = 83+49+245=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #5331F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5331F5 is #ACCE0A. Grayscale: #505050. Windows color (decimal): -11324939 or 16068947. OLE color: 16068947.

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

Color convert

RGB8349245-
CMYK0.660.800.04
HSL250.41º90.74%57.65%-
HSV(B)250.41º80%96.08%-
XYZ21.1510.6387.32-
YUV81.51220.26129.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 245 (96.09% from 255) = 64.99%
R=22.02%
G=13.00%
B=64.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal83492450.660.800.04250.4190.7457.65
Hex5331F5425004fa5b3a
Octal123613651021200437213372
Binary101001111000111110101100001010100000100111110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5331F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5331F5; }

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

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

<style>
 a { background-color: #5331F5; }

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

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

<style>
 span { border-color: #5331F5; }

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

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