#5432E3

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

Shades of Han Purple #5432E3

Tints of Han Purple #5432E3

Color information

#5432E3 (or 0x5432E3) is unknown color: approx Han Purple. HEX triplet: 54, 32 and E3. RGB value is (84,50,227). Sum of RGB (Red+Green+Blue) = 84+50+227=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 227 (89.06% from 255 or 62.88% from 361); Max value from RGB is 227 - color contains mainly: blue. Hex color #5432E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432E3 is #ABCD1C. Grayscale: #4F4F4F. Windows color (decimal): -11259165 or 14889556. OLE color: 14889556.

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

Color convert

RGB8450227-
CMYK0.630.7800.11
HSL251.53º75.97%54.31%-
HSV(B)251.53º77.97%89.02%-
XYZ18.669.7173.56-
YUV80.34210.76130.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 50 (19.92% from 255) = 13.85%
BLUE value IS 227 (89.06% from 255) = 62.88%
R=23.27%
G=13.85%
B=62.88%

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
Decimal84502270.630.7800.11251.5375.9754.31
Hex5432E33F4E0Bfc4c36
Octal124623437711601337411466
Binary101010011001011100011111111100111001011111111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5432E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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