#5311ED

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

Shades of Han Purple #5311ED

Tints of Han Purple #5311ED

Color information

#5311ED (or 0x5311ED) is unknown color: approx Han Purple. HEX triplet: 53, 11 and ED. RGB value is (83,17,237). Sum of RGB (Red+Green+Blue) = 83+17+237=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #5311ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311ED is #ACEE12. Grayscale: #3D3D3D. Windows color (decimal): -11333139 or 15536467. OLE color: 15536467.

HSL color Cylindrical-coordinate representation of color #5311ED: hue angle of 258º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5311ED is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8317237-
CMYK0.650.9300.07
HSL258º86.61%49.8%-
HSV(B)258º92.83%92.94%-
XYZ19.058.3580.73-
YUV61.81226.87143.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 17 (7.03% from 255) = 5.04%
BLUE value IS 237 (92.97% from 255) = 70.33%
R=24.63%
G=5.04%
B=70.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83172370.650.9300.0725886.6149.8
Hex5311ED415D071025732
Octal123213551011350740212762
Binary101001110001111011011000001101110101111000000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5311ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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