#552654

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

Shades of Hot Purple #552654

Tints of Hot Purple #552654

Color information

#552654 (or 0x552654) is unknown color: approx Hot Purple. HEX triplet: 55, 26 and 54. RGB value is (85,38,84). Sum of RGB (Red+Green+Blue) = 85+38+84=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #552654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552654 is #AAD9AB. Grayscale: #393939. Windows color (decimal): -11196844 or 5514837. OLE color: 5514837.

HSL color Cylindrical-coordinate representation of color #552654: hue angle of 301.28º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552654 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB853884-
CMYK00.550.010.67
HSL301.28º38.21%24.12%-
HSV(B)301.28º55.29%33.33%-
XYZ6.043.968.83-
YUV57.3143.07147.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=41.06%
G=18.36%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85388400.550.010.67301.2838.2124.12
Hex55265403714312d2618
Octal1254612406711034554630
Binary1010101100110101010001101111100001110010110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552654; }

 p { color: rgb(85,38,84); }

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

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

 a { background-color: rgb(85,38,84); }

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

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

 span { border-color: rgb(85,38,84); }

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