#551FAA

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

Shades of Purple Heart #551FAA

Tints of Purple Heart #551FAA

Color information

#551FAA (or 0x551FAA) is unknown color: approx Purple Heart. HEX triplet: 55, 1F and AA. RGB value is (85,31,170). Sum of RGB (Red+Green+Blue) = 85+31+170=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #551FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551FAA is #AAE055. Grayscale: #3E3E3E. Windows color (decimal): -11198550 or 11149141. OLE color: 11149141.

HSL color Cylindrical-coordinate representation of color #551FAA: hue angle of 263.31º degrees, saturation: 0.69, 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 #551FAA is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8531170-
CMYK0.500.8200.33
HSL263.31º69.15%39.41%-
HSV(B)263.31º81.76%66.67%-
XYZ11.495.8138.55-
YUV62.99188.39143.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=29.72%
G=10.84%
B=59.44%

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
Decimal85311700.500.8200.33263.3169.1539.41
Hex551FAA32520211074527
Octal125372526212204140710547
Binary10101011111110101010110010101001001000011000001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,31,170); }

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

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

 a { background-color: rgb(85,31,170); }

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

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

 span { border-color: rgb(85,31,170); }

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