#561FDA

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

Shades of Purple Heart #561FDA

Tints of Purple Heart #561FDA

Color information

#561FDA (or 0x561FDA) is unknown color: approx Purple Heart. HEX triplet: 56, 1F and DA. RGB value is (86,31,218). Sum of RGB (Red+Green+Blue) = 86+31+218=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #561FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FDA is #A9E025. Grayscale: #444444. Windows color (decimal): -11132966 or 14294870. OLE color: 14294870.

HSL color Cylindrical-coordinate representation of color #561FDA: hue angle of 257.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561FDA is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8631218-
CMYK0.610.8600.15
HSL257.65º75.1%48.82%-
HSV(B)257.65º85.78%85.49%-
XYZ16.988.0266.98-
YUV68.76212.22140.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 218 (85.55% from 255) = 65.07%
R=25.67%
G=9.25%
B=65.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86312180.610.8600.15257.6575.148.82
Hex561FDA3D560F1024b31
Octal126373327512601740211361
Binary101011011111110110101111011010110011111000000101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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