#551554

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

Shades of Hot Purple #551554

Tints of Hot Purple #551554

Color information

#551554 (or 0x551554) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 54. RGB value is (85,21,84). Sum of RGB (Red+Green+Blue) = 85+21+84=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551554 is #AAEAAB. Grayscale: #2F2F2F. Windows color (decimal): -11201196 or 5510485. OLE color: 5510485.

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

Color convert

RGB852184-
CMYK00.750.010.67
HSL300.94º60.38%20.78%-
HSV(B)300.94º75.29%33.33%-
XYZ5.613.118.69-
YUV47.32148.7154.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=44.74%
G=11.05%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85218400.750.010.67300.9460.3820.78
Hex55155404B14312d3c15
Octal12525124011311034557425
Binary1010101101011010100010010111100001110010110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551554; }

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

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

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

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

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

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

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

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