#552452

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

Shades of Hot Purple #552452

Tints of Hot Purple #552452

Color information

#552452 (or 0x552452) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 52. RGB value is (85,36,82). Sum of RGB (Red+Green+Blue) = 85+36+82=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552452 is #AADBAD. Grayscale: #373737. Windows color (decimal): -11197358 or 5383253. OLE color: 5383253.

HSL color Cylindrical-coordinate representation of color #552452: hue angle of 303.67º 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 #552452 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB853682-
CMYK00.580.040.67
HSL303.67º40.5%23.73%-
HSV(B)303.67º57.65%33.33%-
XYZ5.93.88.41-
YUV55.9142.73148.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=41.87%
G=17.73%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85368200.580.040.67303.6740.523.73
Hex55245203A4431302818
Octal1254412207241034605030
Binary101010110010010100100111010100100001110011000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552452; }

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

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

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

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

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

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

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

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