#561DCC

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

Shades of Purple Heart #561DCC

Tints of Purple Heart #561DCC

Color information

#561DCC (or 0x561DCC) is unknown color: approx Purple Heart. HEX triplet: 56, 1D and CC. RGB value is (86,29,204). Sum of RGB (Red+Green+Blue) = 86+29+204=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #561DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DCC is #A9E233. Grayscale: #414141. Windows color (decimal): -11133492 or 13376854. OLE color: 13376854.

HSL color Cylindrical-coordinate representation of color #561DCC: hue angle of 259.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561DCC is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8629204-
CMYK0.580.8600.2
HSL259.54º75.11%45.69%-
HSV(B)259.54º85.78%80%-
XYZ15.187.2257.72-
YUV65.99205.88142.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 29 (11.72% from 255) = 9.09%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=26.96%
G=9.09%
B=63.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal86292040.580.8600.2259.5475.1145.69
Hex561DCC3A560141044b2e
Octal126353147212602440411356
Binary1010110111011100110011101010101100101001000001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,29,204); }

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

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

 a { background-color: rgb(86,29,204); }

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

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

 span { border-color: rgb(86,29,204); }

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