#551953

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

Shades of Hot Purple #551953

Tints of Hot Purple #551953

Color information

#551953 (or 0x551953) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 53. RGB value is (85,25,83). Sum of RGB (Red+Green+Blue) = 85+25+83=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551953 is #AAE6AC. Grayscale: #313131. Windows color (decimal): -11200173 or 5445973. OLE color: 5445973.

HSL color Cylindrical-coordinate representation of color #551953: hue angle of 302º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551953 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB852583-
CMYK00.710.020.67
HSL302º54.55%21.57%-
HSV(B)302º70.59%33.33%-
XYZ5.663.258.51-
YUV49.55146.88153.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=44.04%
G=12.95%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85258300.710.020.6730254.5521.57
Hex55195304724312e3716
Octal12531123010721034566726
Binary10101011100110100110100011110100001110010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551953; }

 p { color: rgb(85,25,83); }

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

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

 a { background-color: rgb(85,25,83); }

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

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

 span { border-color: rgb(85,25,83); }

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