#552EEA

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

Shades of Han Purple #552EEA

Tints of Han Purple #552EEA

Color information

#552EEA (or 0x552EEA) is unknown color: approx Han Purple. HEX triplet: 55, 2E and EA. RGB value is (85,46,234). Sum of RGB (Red+Green+Blue) = 85+46+234=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #552EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EEA is #AAD115. Grayscale: #4E4E4E. Windows color (decimal): -11194646 or 15347285. OLE color: 15347285.

HSL color Cylindrical-coordinate representation of color #552EEA: hue angle of 252.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EEA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8546234-
CMYK0.640.8000.08
HSL252.45º81.74%54.9%-
HSV(B)252.45º80.34%91.76%-
XYZ19.579.8378.71-
YUV79.09215.42132.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=23.29%
G=12.60%
B=64.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85462340.640.8000.08252.4581.7454.9
Hex552EEA405008fc5237
Octal1255635210012001037412267
Binary1010101101110111010101000000101000001000111111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552EEA; }

 p { color: rgb(85,46,234); }

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

<style>
 a { background-color: #552EEA; }

 a { background-color: rgb(85,46,234); }

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

<style>
 span { border-color: #552EEA; }

 span { border-color: rgb(85,46,234); }

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