#552661

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

Shades of Hot Purple #552661

Tints of Hot Purple #552661

Color information

#552661 (or 0x552661) is unknown color: approx Hot Purple. HEX triplet: 55, 26 and 61. RGB value is (85,38,97). Sum of RGB (Red+Green+Blue) = 85+38+97=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #552661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552661 is #AAD99E. Grayscale: #3A3A3A. Windows color (decimal): -11196831 or 6366805. OLE color: 6366805.

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

Color convert

RGB853897-
CMYK0.120.6100.62
HSL287.8º43.7%26.47%-
HSV(B)287.8º60.82%38.04%-
XYZ6.64.1811.77-
YUV58.78149.57146.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=38.64%
G=17.27%
B=44.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8538970.120.6100.62287.843.726.47
Hex552661C3D03E1202c1a
Octal1254614114750764405432
Binary101010110011011000011100111101011111010010000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552661; }

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

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

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

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

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

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

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

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