#551561

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

Shades of Hot Purple #551561

Tints of Hot Purple #551561

Color information

#551561 (or 0x551561) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 61. RGB value is (85,21,97). Sum of RGB (Red+Green+Blue) = 85+21+97=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #551561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551561 is #AAEA9E. Grayscale: #303030. Windows color (decimal): -11201183 or 6362453. OLE color: 6362453.

HSL color Cylindrical-coordinate representation of color #551561: hue angle of 290.53º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551561 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB852197-
CMYK0.120.7800.62
HSL290.53º64.41%23.14%-
HSV(B)290.53º78.35%38.04%-
XYZ6.173.3311.63-
YUV48.8155.2153.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=41.87%
G=10.34%
B=47.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8521970.120.7800.62290.5364.4123.14
Hex551561C4E03E1234017
Octal125251411411607644310027
Binary1010101101011100001110010011100111110100100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551561; }

 p { color: rgb(85,21,97); }

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

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

 a { background-color: rgb(85,21,97); }

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

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

 span { border-color: rgb(85,21,97); }

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