#5033de

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

Shades of Han Purple #5033DE

Tints of Han Purple #5033DE

Color information

#5033DE (or 0x5033DE) is unknown color: approx Han Purple. HEX triplet: 50, 33 and DE. RGB value is (80,51,222). Sum of RGB (Red+Green+Blue) = 80+51+222=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #5033DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033DE is #AFCC21. Grayscale: #4E4E4E. Windows color (decimal): -11521058 or 14562128. OLE color: 14562128.

HSL color Cylindrical-coordinate representation of color #5033DE: hue angle of 250.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5033DE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8051222-
CMYK0.640.7700.13
HSL250.18º72.15%53.53%-
HSV(B)250.18º77.03%87.06%-
XYZ17.689.3569.98-
YUV79.16208.61128.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 222 (87.11% from 255) = 62.89%
R=22.66%
G=14.45%
B=62.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80512220.640.7700.13250.1872.1553.53
Hex5033DE404D0Dfa4836
Octal1206333610011501537211066
Binary1010000110011110111101000000100110101101111110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5033de; }

 p { color: rgb(80,51,222); }

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

<style>
 a { background-color: #5033de; }

 a { background-color: rgb(80,51,222); }

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

<style>
 span { border-color: #5033de; }

 span { border-color: rgb(80,51,222); }

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