#551ac2

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

Shades of Purple Heart #551AC2

Tints of Purple Heart #551AC2

Color information

#551AC2 (or 0x551AC2) is unknown color: approx Purple Heart. HEX triplet: 55, 1A and C2. RGB value is (85,26,194). Sum of RGB (Red+Green+Blue) = 85+26+194=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #551AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551AC2 is #AAE53D. Grayscale: #3E3E3E. Windows color (decimal): -11199806 or 12720725. OLE color: 12720725.

HSL color Cylindrical-coordinate representation of color #551AC2: hue angle of 261.07º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551AC2 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8526194-
CMYK0.560.8700.24
HSL261.07º76.36%43.14%-
HSV(B)261.07º86.6%76.08%-
XYZ13.856.5751.58-
YUV62.79202.05143.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 194 (76.17% from 255) = 63.61%
R=27.87%
G=8.52%
B=63.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85261940.560.8700.24261.0776.3643.14
Hex551AC238570181054c2b
Octal125323027012703040511453
Binary1010101110101100001011100010101110110001000001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551ac2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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