#552CE9

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

Shades of Han Purple #552CE9

Tints of Han Purple #552CE9

Color information

#552CE9 (or 0x552CE9) is unknown color: approx Han Purple. HEX triplet: 55, 2C and E9. RGB value is (85,44,233). Sum of RGB (Red+Green+Blue) = 85+44+233=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #552CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CE9 is #AAD316. Grayscale: #4D4D4D. Windows color (decimal): -11195159 or 15281237. OLE color: 15281237.

HSL color Cylindrical-coordinate representation of color #552CE9: hue angle of 253.02º degrees, saturation: 0.81, 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 #552CE9 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8544233-
CMYK0.640.8100.09
HSL253.02º81.12%54.31%-
HSV(B)253.02º81.12%91.37%-
XYZ19.359.6277.93-
YUV77.8215.58133.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 44 (17.58% from 255) = 12.15%
BLUE value IS 233 (91.41% from 255) = 64.36%
R=23.48%
G=12.15%
B=64.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85442330.640.8100.09253.0281.1254.31
Hex552CE9405109fd5136
Octal1255435110012101137512166
Binary1010101101100111010011000000101000101001111111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,233); }

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

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

 a { background-color: rgb(85,44,233); }

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

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

 span { border-color: rgb(85,44,233); }

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