#551252

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

Shades of Hot Purple #551252

Tints of Hot Purple #551252

Color information

#551252 (or 0x551252) is unknown color: approx Hot Purple. HEX triplet: 55, 12 and 52. RGB value is (85,18,82). Sum of RGB (Red+Green+Blue) = 85+18+82=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551252 is #AAEDAD. Grayscale: #2D2D2D. Windows color (decimal): -11201966 or 5378645. OLE color: 5378645.

HSL color Cylindrical-coordinate representation of color #551252: hue angle of 302.69º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551252 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB851882-
CMYK00.790.040.67
HSL302.69º65.05%20.2%-
HSV(B)302.69º78.82%33.33%-
XYZ5.492.978.27-
YUV45.33148.7156.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=45.95%
G=9.73%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85188200.790.040.67302.6965.0520.2
Hex55125204F44312f4114
Octal125221220117410345710124
Binary1010101100101010010010011111001000011100101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551252; }

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

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

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

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

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

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

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

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