#562DC3

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

Shades of Purple Heart #562DC3

Tints of Purple Heart #562DC3

Color information

#562DC3 (or 0x562DC3) is unknown color: approx Purple Heart. HEX triplet: 56, 2D and C3. RGB value is (86,45,195). Sum of RGB (Red+Green+Blue) = 86+45+195=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #562DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DC3 is #A9D23C. Grayscale: #494949. Windows color (decimal): -11129405 or 12791126. OLE color: 12791126.

HSL color Cylindrical-coordinate representation of color #562DC3: hue angle of 256.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562DC3 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8645195-
CMYK0.560.7700.24
HSL256.4º62.5%47.06%-
HSV(B)256.4º76.92%76.47%-
XYZ14.637.852.36-
YUV74.36196.08136.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 195 (76.56% from 255) = 59.82%
R=26.38%
G=13.80%
B=59.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86451950.560.7700.24256.462.547.06
Hex562DC3384D0181003e2f
Octal12655303701150304007657
Binary1010110101101110000111110001001101011000100000000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562DC3; }

 p { color: rgb(86,45,195); }

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

<style>
 a { background-color: #562DC3; }

 a { background-color: rgb(86,45,195); }

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

<style>
 span { border-color: #562DC3; }

 span { border-color: rgb(86,45,195); }

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