#552451

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

Shades of Hot Purple #552451

Tints of Hot Purple #552451

Color information

#552451 (or 0x552451) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 51. RGB value is (85,36,81). Sum of RGB (Red+Green+Blue) = 85+36+81=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552451 is #AADBAE. Grayscale: #373737. Windows color (decimal): -11197359 or 5317717. OLE color: 5317717.

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

Color convert

RGB853681-
CMYK00.580.050.67
HSL304.9º40.5%23.73%-
HSV(B)304.9º57.65%33.33%-
XYZ5.863.798.21-
YUV55.78142.23148.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=42.08%
G=17.82%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85368100.580.050.67304.940.523.73
Hex55245103A5431312818
Octal1254412107251034615030
Binary101010110010010100010111010101100001110011000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552451; }

 p { color: rgb(85,36,81); }

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

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

 a { background-color: rgb(85,36,81); }

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

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

 span { border-color: rgb(85,36,81); }

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