#552561

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

Shades of Hot Purple #552561

Tints of Hot Purple #552561

Color information

#552561 (or 0x552561) is unknown color: approx Hot Purple. HEX triplet: 55, 25 and 61. RGB value is (85,37,97). Sum of RGB (Red+Green+Blue) = 85+37+97=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #552561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552561 is #AADA9E. Grayscale: #3A3A3A. Windows color (decimal): -11197087 or 6366549. OLE color: 6366549.

HSL color Cylindrical-coordinate representation of color #552561: hue angle of 288º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552561 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB853797-
CMYK0.120.6200.62
HSL288º44.78%26.27%-
HSV(B)288º61.86%38.04%-
XYZ6.574.1211.76-
YUV58.19149.9147.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=38.81%
G=16.89%
B=44.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8537970.120.6200.6228844.7826.27
Hex552561C3E03E1202d1a
Octal1254514114760764405532
Binary101010110010111000011100111110011111010010000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552561; }

 p { color: rgb(85,37,97); }

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

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

 a { background-color: rgb(85,37,97); }

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

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

 span { border-color: rgb(85,37,97); }

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