#562CBC

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

Shades of Purple Heart #562CBC

Tints of Purple Heart #562CBC

Color information

#562CBC (or 0x562CBC) is unknown color: approx Purple Heart. HEX triplet: 56, 2C and BC. RGB value is (86,44,188). Sum of RGB (Red+Green+Blue) = 86+44+188=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #562CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CBC is #A9D343. Grayscale: #484848. Windows color (decimal): -11129668 or 12332118. OLE color: 12332118.

HSL color Cylindrical-coordinate representation of color #562CBC: hue angle of 257.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562CBC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8644188-
CMYK0.540.7700.26
HSL257.5º62.07%45.49%-
HSV(B)257.5º76.6%73.73%-
XYZ13.827.4148.28-
YUV72.97192.91137.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=27.04%
G=13.84%
B=59.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86441880.540.7700.26257.562.0745.49
Hex562CBC364D01A1023e2d
Octal12654274661150324027655
Binary1010110101100101111001101101001101011010100000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,44,188); }

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

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

 a { background-color: rgb(86,44,188); }

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

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

 span { border-color: rgb(86,44,188); }

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