#551AAF

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

Shades of Purple Heart #551AAF

Tints of Purple Heart #551AAF

Color information

#551AAF (or 0x551AAF) is unknown color: approx Purple Heart. HEX triplet: 55, 1A and AF. RGB value is (85,26,175). Sum of RGB (Red+Green+Blue) = 85+26+175=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #551AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551AAF is #AAE550. Grayscale: #3C3C3C. Windows color (decimal): -11199825 or 11475541. OLE color: 11475541.

HSL color Cylindrical-coordinate representation of color #551AAF: hue angle of 263.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551AAF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8526175-
CMYK0.510.8500.31
HSL263.76º74.13%39.41%-
HSV(B)263.76º85.14%68.63%-
XYZ11.855.7741.05-
YUV60.63192.55145.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=29.72%
G=9.09%
B=61.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85261750.510.8500.31263.7674.1339.41
Hex551AAF335501F1084a27
Octal125322576312503741011247
Binary1010101110101010111111001110101010111111000010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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