#5311F3

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

Shades of Han Purple #5311F3

Tints of Han Purple #5311F3

Color information

#5311F3 (or 0x5311F3) is unknown color: approx Han Purple. HEX triplet: 53, 11 and F3. RGB value is (83,17,243). Sum of RGB (Red+Green+Blue) = 83+17+243=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #5311F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311F3 is #ACEE0C. Grayscale: #3D3D3D. Windows color (decimal): -11333133 or 15929683. OLE color: 15929683.

HSL color Cylindrical-coordinate representation of color #5311F3: hue angle of 257.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5311F3 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8317243-
CMYK0.660.9300.05
HSL257.52º90.4%50.98%-
HSV(B)257.52º93%95.29%-
XYZ19.958.7185.42-
YUV62.5229.87142.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 243 (95.31% from 255) = 70.85%
R=24.20%
G=4.96%
B=70.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal83172430.660.9300.05257.5290.450.98
Hex5311F3425D051025a33
Octal123213631021350540213263
Binary101001110001111100111000010101110101011000000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5311F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5311F3; }

 p { color: rgb(83,17,243); }

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

<style>
 a { background-color: #5311F3; }

 a { background-color: rgb(83,17,243); }

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

<style>
 span { border-color: #5311F3; }

 span { border-color: rgb(83,17,243); }

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