#552DF6

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

Shades of Han Purple #552DF6

Tints of Han Purple #552DF6

Color information

#552DF6 (or 0x552DF6) is unknown color: approx Han Purple. HEX triplet: 55, 2D and F6. RGB value is (85,45,246). Sum of RGB (Red+Green+Blue) = 85+45+246=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 246 (96.48% from 255 or 65.43% from 376); Max value from RGB is 246 - color contains mainly: blue. Hex color #552DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DF6 is #AAD209. Grayscale: #4F4F4F. Windows color (decimal): -11194890 or 16133461. OLE color: 16133461.

HSL color Cylindrical-coordinate representation of color #552DF6: hue angle of 251.94º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552DF6 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8545246-
CMYK0.650.8200.04
HSL251.94º91.78%57.06%-
HSV(B)251.94º81.71%96.47%-
XYZ21.3210.4688.08-
YUV79.87221.75131.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 45 (17.97% from 255) = 11.97%
BLUE value IS 246 (96.48% from 255) = 65.43%
R=22.61%
G=11.97%
B=65.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85452460.650.8200.04251.9491.7857.06
Hex552DF6415204fc5c39
Octal125553661011220437413471
Binary101010110110111110110100000110100100100111111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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