#551361

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

Shades of Hot Purple #551361

Tints of Hot Purple #551361

Color information

#551361 (or 0x551361) is unknown color: approx Hot Purple. HEX triplet: 55, 13 and 61. RGB value is (85,19,97). Sum of RGB (Red+Green+Blue) = 85+19+97=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #551361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551361 is #AAEC9E. Grayscale: #2F2F2F. Windows color (decimal): -11201695 or 6361941. OLE color: 6361941.

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

Color convert

RGB851997-
CMYK0.120.8000.62
HSL290.77º67.24%22.75%-
HSV(B)290.77º80.41%38.04%-
XYZ6.143.2611.62-
YUV47.63155.87154.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=42.29%
G=9.45%
B=48.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8519970.120.8000.62290.7767.2422.75
Hex551361C5003E1234317
Octal125231411412007644310327
Binary1010101100111100001110010100000111110100100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551361; }

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

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

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

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

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

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

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

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