#551553

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

Shades of Hot Purple #551553

Tints of Hot Purple #551553

Color information

#551553 (or 0x551553) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 53. RGB value is (85,21,83). Sum of RGB (Red+Green+Blue) = 85+21+83=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551553 is #AAEAAC. Grayscale: #2F2F2F. Windows color (decimal): -11201197 or 5444949. OLE color: 5444949.

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

Color convert

RGB852183-
CMYK00.750.020.67
HSL301.88º60.38%20.78%-
HSV(B)301.88º75.29%33.33%-
XYZ5.583.098.49-
YUV47.2148.2154.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=44.97%
G=11.11%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85218300.750.020.67301.8860.3820.78
Hex55155304B24312e3c15
Octal12525123011321034567425
Binary10101011010110100110100101110100001110010111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551553; }

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

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

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

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

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

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

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

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