#551AC6

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

Shades of Purple Heart #551AC6

Tints of Purple Heart #551AC6

Color information

#551AC6 (or 0x551AC6) is unknown color: approx Purple Heart. HEX triplet: 55, 1A and C6. RGB value is (85,26,198). Sum of RGB (Red+Green+Blue) = 85+26+198=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #551AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551AC6 is #AAE539. Grayscale: #3E3E3E. Windows color (decimal): -11199802 or 12982869. OLE color: 12982869.

HSL color Cylindrical-coordinate representation of color #551AC6: hue angle of 260.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551AC6 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8526198-
CMYK0.570.8700.22
HSL260.58º76.79%43.92%-
HSV(B)260.58º86.87%77.65%-
XYZ14.316.7553.97-
YUV63.25204.05143.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 198 (77.73% from 255) = 64.08%
R=27.51%
G=8.41%
B=64.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85261980.570.8700.22260.5876.7943.92
Hex551AC639570161054d2c
Octal125323067112702640511554
Binary1010101110101100011011100110101110101101000001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551AC6; }

 p { color: rgb(85,26,198); }

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

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

 a { background-color: rgb(85,26,198); }

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

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

 span { border-color: rgb(85,26,198); }

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