#551BAE

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

Shades of Purple Heart #551BAE

Tints of Purple Heart #551BAE

Color information

#551BAE (or 0x551BAE) is unknown color: approx Purple Heart. HEX triplet: 55, 1B and AE. RGB value is (85,27,174). Sum of RGB (Red+Green+Blue) = 85+27+174=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #551BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BAE is #AAE451. Grayscale: #3C3C3C. Windows color (decimal): -11199570 or 11410261. OLE color: 11410261.

HSL color Cylindrical-coordinate representation of color #551BAE: hue angle of 263.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551BAE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8527174-
CMYK0.510.8400.32
HSL263.67º73.13%39.41%-
HSV(B)263.67º84.48%68.24%-
XYZ11.785.7740.54-
YUV61.1191.72145.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=29.72%
G=9.44%
B=60.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85271740.510.8400.32263.6773.1339.41
Hex551BAE33540201084927
Octal125332566312404041011147
Binary10101011101110101110110011101010001000001000010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,174); }

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

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

 a { background-color: rgb(85,27,174); }

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

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

 span { border-color: rgb(85,27,174); }

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