#561cc4

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

Shades of Purple Heart #561CC4

Tints of Purple Heart #561CC4

Color information

#561CC4 (or 0x561CC4) is unknown color: approx Purple Heart. HEX triplet: 56, 1C and C4. RGB value is (86,28,196). Sum of RGB (Red+Green+Blue) = 86+28+196=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 196 (76.95% from 255 or 63.23% from 310); Max value from RGB is 196 - color contains mainly: blue. Hex color #561CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CC4 is #A9E33B. Grayscale: #3F3F3F. Windows color (decimal): -11133756 or 12852310. OLE color: 12852310.

HSL color Cylindrical-coordinate representation of color #561CC4: hue angle of 260.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561CC4 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8628196-
CMYK0.560.8600.23
HSL260.71º75%43.92%-
HSV(B)260.71º85.71%76.86%-
XYZ14.226.7952.79-
YUV64.49202.22143.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 28 (11.33% from 255) = 9.03%
BLUE value IS 196 (76.95% from 255) = 63.23%
R=27.74%
G=9.03%
B=63.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86281960.560.8600.23260.717543.92
Hex561CC438560171054b2c
Octal126343047012602740511354
Binary1010110111001100010011100010101100101111000001011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,28,196); }

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

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

 a { background-color: rgb(86,28,196); }

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

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

 span { border-color: rgb(86,28,196); }

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