#551551

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

Shades of Hot Purple #551551

Tints of Hot Purple #551551

Color information

#551551 (or 0x551551) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 51. RGB value is (85,21,81). Sum of RGB (Red+Green+Blue) = 85+21+81=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #551551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551551 is #AAEAAE. Grayscale: #2E2E2E. Windows color (decimal): -11201199 or 5313877. OLE color: 5313877.

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

Color convert

RGB852181-
CMYK00.750.050.67
HSL303.75º60.38%20.78%-
HSV(B)303.75º75.29%33.33%-
XYZ5.53.068.09-
YUV46.98147.2155.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=45.45%
G=11.23%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85218100.750.050.67303.7560.3820.78
Hex55155104B5431303c15
Octal12525121011351034607425
Binary101010110101101000101001011101100001110011000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551551; }

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

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

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

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

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

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

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

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