#5312E3

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

Shades of Han Purple #5312E3

Tints of Han Purple #5312E3

Color information

#5312E3 (or 0x5312E3) is unknown color: approx Han Purple. HEX triplet: 53, 12 and E3. RGB value is (83,18,227). Sum of RGB (Red+Green+Blue) = 83+18+227=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 227 (89.06% from 255 or 69.21% from 328); Max value from RGB is 227 - color contains mainly: blue. Hex color #5312E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312E3 is #ACED1C. Grayscale: #3C3C3C. Windows color (decimal): -11332893 or 14881363. OLE color: 14881363.

HSL color Cylindrical-coordinate representation of color #5312E3: hue angle of 258.66º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5312E3 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8318227-
CMYK0.630.9200.11
HSL258.66º85.31%48.04%-
HSV(B)258.66º92.07%89.02%-
XYZ17.657.8273.25-
YUV61.26221.53143.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 227 (89.06% from 255) = 69.21%
R=25.30%
G=5.49%
B=69.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal83182270.630.9200.11258.6685.3148.04
Hex5312E33F5C0B1035530
Octal123223437713401340312560
Binary101001110010111000111111111011100010111000000111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5312E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5312E3; }

 p { color: rgb(83,18,227); }

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

<style>
 a { background-color: #5312E3; }

 a { background-color: rgb(83,18,227); }

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

<style>
 span { border-color: #5312E3; }

 span { border-color: rgb(83,18,227); }

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