#552de8

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

Shades of Han Purple #552DE8

Tints of Han Purple #552DE8

Color information

#552DE8 (or 0x552DE8) is unknown color: approx Han Purple. HEX triplet: 55, 2D and E8. RGB value is (85,45,232). Sum of RGB (Red+Green+Blue) = 85+45+232=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #552DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DE8 is #AAD217. Grayscale: #4D4D4D. Windows color (decimal): -11194904 or 15215957. OLE color: 15215957.

HSL color Cylindrical-coordinate representation of color #552DE8: hue angle of 252.83º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552DE8 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8545232-
CMYK0.630.8100.09
HSL252.83º80.26%54.31%-
HSV(B)252.83º80.6%90.98%-
XYZ19.259.6377.19-
YUV78.28214.75132.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 232 (91.02% from 255) = 64.09%
R=23.48%
G=12.43%
B=64.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85452320.630.8100.09252.8380.2654.31
Hex552DE83F5109fd5036
Octal125553507712101137512066
Binary101010110110111101000111111101000101001111111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,45,232); }

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

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

 a { background-color: rgb(85,45,232); }

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

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

 span { border-color: rgb(85,45,232); }

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