#5033E4

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

Shades of Han Purple #5033E4

Tints of Han Purple #5033E4

Color information

#5033E4 (or 0x5033E4) is unknown color: approx Han Purple. HEX triplet: 50, 33 and E4. RGB value is (80,51,228). Sum of RGB (Red+Green+Blue) = 80+51+228=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #5033E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033E4 is #AFCC1B. Grayscale: #4F4F4F. Windows color (decimal): -11521052 or 14955344. OLE color: 14955344.

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

Color convert

RGB8051228-
CMYK0.650.7800.11
HSL249.83º76.62%54.71%-
HSV(B)249.83º77.63%89.41%-
XYZ18.59.6774.29-
YUV79.85211.61128.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 228 (89.45% from 255) = 63.51%
R=22.28%
G=14.21%
B=63.51%

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
Decimal80512280.650.7800.11249.8376.6254.71
Hex5033E4414E0Bfa4d37
Octal1206334410111601337211567
Binary1010000110011111001001000001100111001011111110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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