#5533E4

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

Shades of Han Purple #5533E4

Tints of Han Purple #5533E4

Color information

#5533E4 (or 0x5533E4) is unknown color: approx Han Purple. HEX triplet: 55, 33 and E4. RGB value is (85,51,228). Sum of RGB (Red+Green+Blue) = 85+51+228=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #5533E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533E4 is #AACC1B. Grayscale: #505050. Windows color (decimal): -11193372 or 14955349. OLE color: 14955349.

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

Color convert

RGB8551228-
CMYK0.630.7800.11
HSL251.53º76.62%54.71%-
HSV(B)251.53º77.63%89.41%-
XYZ18.939.974.31-
YUV81.34210.76130.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 228 (89.45% from 255) = 62.64%
R=23.35%
G=14.01%
B=62.64%

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
Decimal85512280.630.7800.11251.5376.6254.71
Hex5533E43F4E0Bfc4d37
Octal125633447711601337411567
Binary101010111001111100100111111100111001011111111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5533E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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