#551EAB

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

Shades of Purple Heart #551EAB

Tints of Purple Heart #551EAB

Color information

#551EAB (or 0x551EAB) is unknown color: approx Purple Heart. HEX triplet: 55, 1E and AB. RGB value is (85,30,171). Sum of RGB (Red+Green+Blue) = 85+30+171=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #551EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EAB is #AAE154. Grayscale: #3E3E3E. Windows color (decimal): -11198805 or 11214421. OLE color: 11214421.

HSL color Cylindrical-coordinate representation of color #551EAB: hue angle of 263.4º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551EAB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8530171-
CMYK0.500.8200.33
HSL263.4º70.15%39.41%-
HSV(B)263.4º82.46%67.06%-
XYZ11.565.839.04-
YUV62.52189.22144.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 30 (12.11% from 255) = 10.49%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=29.72%
G=10.49%
B=59.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85301710.500.8200.33263.470.1539.41
Hex551EAB32520211074627
Octal125362536212204140710647
Binary10101011111010101011110010101001001000011000001111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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