#551852

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

Shades of Hot Purple #551852

Tints of Hot Purple #551852

Color information

#551852 (or 0x551852) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 52. RGB value is (85,24,82). Sum of RGB (Red+Green+Blue) = 85+24+82=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551852 is #AAE7AD. Grayscale: #303030. Windows color (decimal): -11200430 or 5380181. OLE color: 5380181.

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

Color convert

RGB852482-
CMYK00.720.040.67
HSL302.95º55.96%21.37%-
HSV(B)302.95º71.76%33.33%-
XYZ5.63.198.3-
YUV48.85146.71153.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=44.50%
G=12.57%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85248200.720.040.67302.9555.9621.37
Hex55185204844312f3815
Octal12530122011041034577025
Binary101010111000101001001001000100100001110010111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551852; }

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

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

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

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

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

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

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

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