#551EBA

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

Shades of Purple Heart #551EBA

Tints of Purple Heart #551EBA

Color information

#551EBA (or 0x551EBA) is unknown color: approx Purple Heart. HEX triplet: 55, 1E and BA. RGB value is (85,30,186). Sum of RGB (Red+Green+Blue) = 85+30+186=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #551EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EBA is #AAE145. Grayscale: #3F3F3F. Windows color (decimal): -11198790 or 12197461. OLE color: 12197461.

HSL color Cylindrical-coordinate representation of color #551EBA: hue angle of 261.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551EBA is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8530186-
CMYK0.540.8400.27
HSL261.15º72.22%42.35%-
HSV(B)261.15º83.87%72.94%-
XYZ13.076.4147-
YUV64.23196.72142.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=28.24%
G=9.97%
B=61.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85301860.540.8400.27261.1572.2242.35
Hex551EBA365401B105482a
Octal125362726612403340511052
Binary1010101111101011101011011010101000110111000001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,186); }

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

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

 a { background-color: rgb(85,30,186); }

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

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

 span { border-color: rgb(85,30,186); }

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