#551ABF

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

Shades of Purple Heart #551ABF

Tints of Purple Heart #551ABF

Color information

#551ABF (or 0x551ABF) is unknown color: approx Purple Heart. HEX triplet: 55, 1A and BF. RGB value is (85,26,191). Sum of RGB (Red+Green+Blue) = 85+26+191=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #551ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ABF is #AAE540. Grayscale: #3D3D3D. Windows color (decimal): -11199809 or 12524117. OLE color: 12524117.

HSL color Cylindrical-coordinate representation of color #551ABF: hue angle of 261.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551ABF is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8526191-
CMYK0.550.8600.25
HSL261.45º76.04%42.55%-
HSV(B)261.45º86.39%74.9%-
XYZ13.526.4349.82-
YUV62.45200.55144.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 191 (75% from 255) = 63.25%
R=28.15%
G=8.61%
B=63.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85261910.550.8600.25261.4576.0442.55
Hex551ABF37560191054c2b
Octal125322776712603140511453
Binary1010101110101011111111011110101100110011000001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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