#552252

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

Shades of Hot Purple #552252

Tints of Hot Purple #552252

Color information

#552252 (or 0x552252) is unknown color: approx Hot Purple. HEX triplet: 55, 22 and 52. RGB value is (85,34,82). Sum of RGB (Red+Green+Blue) = 85+34+82=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552252 is #AADDAD. Grayscale: #363636. Windows color (decimal): -11197870 or 5382741. OLE color: 5382741.

HSL color Cylindrical-coordinate representation of color #552252: hue angle of 303.53º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552252 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB853482-
CMYK00.600.040.67
HSL303.53º42.86%23.33%-
HSV(B)303.53º60%33.33%-
XYZ5.843.688.39-
YUV54.72143.4149.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=42.29%
G=16.92%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85348200.600.040.67303.5342.8623.33
Hex55225203C4431302b17
Octal1254212207441034605327
Binary101010110001010100100111100100100001110011000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552252; }

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

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

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

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

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

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

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

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