#552E5F

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

Shades of Hot Purple #552E5F

Tints of Hot Purple #552E5F

Color information

#552E5F (or 0x552E5F) is unknown color: approx Hot Purple. HEX triplet: 55, 2E and 5F. RGB value is (85,46,95). Sum of RGB (Red+Green+Blue) = 85+46+95=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #552E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E5F is #AAD1A0. Grayscale: #3F3F3F. Windows color (decimal): -11194785 or 6237781. OLE color: 6237781.

HSL color Cylindrical-coordinate representation of color #552E5F: hue angle of 287.76º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552E5F is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB854695-
CMYK0.110.5200.63
HSL287.76º34.75%27.65%-
HSV(B)287.76º51.58%37.25%-
XYZ6.794.7111.38-
YUV63.25145.92143.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=37.61%
G=20.35%
B=42.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8546950.110.5200.63287.7634.7527.65
Hex552E5FB3403F120231c
Octal1255613713640774404334
Binary101010110111010111111011110100011111110010000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,95); }

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

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

 a { background-color: rgb(85,46,95); }

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

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

 span { border-color: rgb(85,46,95); }

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