#5433E4

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

Shades of Han Purple #5433E4

Tints of Han Purple #5433E4

Color information

#5433E4 (or 0x5433E4) is unknown color: approx Han Purple. HEX triplet: 54, 33 and E4. RGB value is (84,51,228). Sum of RGB (Red+Green+Blue) = 84+51+228=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 228 (89.45% from 255 or 62.81% from 363); Max value from RGB is 228 - color contains mainly: blue. Hex color #5433E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5433E4 is #ABCC1B. Grayscale: #505050. Windows color (decimal): -11258908 or 14955348. OLE color: 14955348.

HSL color Cylindrical-coordinate representation of color #5433E4: hue angle of 251.19º 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 #5433E4 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8451228-
CMYK0.630.7800.11
HSL251.19º76.62%54.71%-
HSV(B)251.19º77.63%89.41%-
XYZ18.849.8574.31-
YUV81.04210.93130.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 228 (89.45% from 255) = 62.81%
R=23.14%
G=14.05%
B=62.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84512280.630.7800.11251.1976.6254.71
Hex5433E43F4E0Bfb4d37
Octal124633447711601337311567
Binary101010011001111100100111111100111001011111110111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5433E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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