#561FAA

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

Shades of Purple Heart #561FAA

Tints of Purple Heart #561FAA

Color information

#561FAA (or 0x561FAA) is unknown color: approx Purple Heart. HEX triplet: 56, 1F and AA. RGB value is (86,31,170). Sum of RGB (Red+Green+Blue) = 86+31+170=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #561FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561FAA is #A9E055. Grayscale: #3E3E3E. Windows color (decimal): -11133014 or 11149142. OLE color: 11149142.

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

Color convert

RGB8631170-
CMYK0.490.8200.33
HSL263.74º69.15%39.41%-
HSV(B)263.74º81.76%66.67%-
XYZ11.585.8638.55-
YUV63.29188.22144.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 31 (12.5% from 255) = 10.80%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=29.97%
G=10.80%
B=59.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86311700.490.8200.33263.7469.1539.41
Hex561FAA31520211084527
Octal126372526112204141010547
Binary10101101111110101010110001101001001000011000010001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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