#5032E3

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

Shades of Han Purple #5032E3

Tints of Han Purple #5032E3

Color information

#5032E3 (or 0x5032E3) is unknown color: approx Han Purple. HEX triplet: 50, 32 and E3. RGB value is (80,50,227). Sum of RGB (Red+Green+Blue) = 80+50+227=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #5032E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5032E3 is #AFCD1C. Grayscale: #4E4E4E. Windows color (decimal): -11521309 or 14889552. OLE color: 14889552.

HSL color Cylindrical-coordinate representation of color #5032E3: hue angle of 250.17º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5032E3 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8050227-
CMYK0.650.7800.11
HSL250.17º75.97%54.31%-
HSV(B)250.17º77.97%89.02%-
XYZ18.319.5373.55-
YUV79.15211.44128.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 227 (89.06% from 255) = 63.59%
R=22.41%
G=14.01%
B=63.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80502270.650.7800.11250.1775.9754.31
Hex5032E3414E0Bfa4c36
Octal1206234310111601337211466
Binary1010000110010111000111000001100111001011111110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5032E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,50,227); }

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

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

 a { background-color: rgb(80,50,227); }

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

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

 span { border-color: rgb(80,50,227); }

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