#5434E1

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

Shades of Han Purple #5434E1

Tints of Han Purple #5434E1

Color information

#5434E1 (or 0x5434E1) is unknown color: approx Han Purple. HEX triplet: 54, 34 and E1. RGB value is (84,52,225). Sum of RGB (Red+Green+Blue) = 84+52+225=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #5434E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434E1 is #ABCB1E. Grayscale: #505050. Windows color (decimal): -11258655 or 14758996. OLE color: 14758996.

HSL color Cylindrical-coordinate representation of color #5434E1: hue angle of 251.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5434E1 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8452225-
CMYK0.630.7700.12
HSL251.1º74.25%54.31%-
HSV(B)251.1º76.89%88.24%-
XYZ18.479.7872.15-
YUV81.29209.1129.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 52 (20.70% from 255) = 14.40%
BLUE value IS 225 (88.28% from 255) = 62.33%
R=23.27%
G=14.40%
B=62.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal84522250.630.7700.12251.174.2554.31
Hex5434E13F4D0Cfb4a36
Octal124643417711501437311266
Binary101010011010011100001111111100110101100111110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5434E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5434E1; }

 p { color: rgb(84,52,225); }

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

<style>
 a { background-color: #5434E1; }

 a { background-color: rgb(84,52,225); }

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

<style>
 span { border-color: #5434E1; }

 span { border-color: rgb(84,52,225); }

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