#551954

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

Shades of Hot Purple #551954

Tints of Hot Purple #551954

Color information

#551954 (or 0x551954) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 54. RGB value is (85,25,84). Sum of RGB (Red+Green+Blue) = 85+25+84=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551954 is #AAE6AB. Grayscale: #313131. Windows color (decimal): -11200172 or 5511509. OLE color: 5511509.

HSL color Cylindrical-coordinate representation of color #551954: hue angle of 301º 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 #551954 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB852584-
CMYK00.710.010.67
HSL301º54.55%21.57%-
HSV(B)301º70.59%33.33%-
XYZ5.693.278.72-
YUV49.67147.38153.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=43.81%
G=12.89%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85258400.710.010.6730154.5521.57
Hex55195404714312d3716
Octal12531124010711034556726
Binary1010101110011010100010001111100001110010110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551954; }

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

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

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

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

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

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

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

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