#5531AC

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

Shades of Purple Heart #5531AC

Tints of Purple Heart #5531AC

Color information

#5531AC (or 0x5531AC) is unknown color: approx Purple Heart. HEX triplet: 55, 31 and AC. RGB value is (85,49,172). Sum of RGB (Red+Green+Blue) = 85+49+172=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #5531AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531AC is #AACE53. Grayscale: #494949. Windows color (decimal): -11193940 or 11284821. OLE color: 11284821.

HSL color Cylindrical-coordinate representation of color #5531AC: hue angle of 257.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5531AC is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8549172-
CMYK0.510.7200.33
HSL257.56º55.66%43.33%-
HSV(B)257.56º71.51%67.45%-
XYZ12.297.1139.75-
YUV73.79183.43136-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=27.78%
G=16.01%
B=56.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85491720.510.7200.33257.5655.6643.33
Hex5531AC3348021102382b
Octal12561254631100414027053
Binary10101011100011010110011001110010000100001100000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5531AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5531AC; }

 p { color: rgb(85,49,172); }

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

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

 a { background-color: rgb(85,49,172); }

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

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

 span { border-color: rgb(85,49,172); }

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