#562BC0

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

Shades of Purple Heart #562BC0

Tints of Purple Heart #562BC0

Color information

#562BC0 (or 0x562BC0) is unknown color: approx Purple Heart. HEX triplet: 56, 2B and C0. RGB value is (86,43,192). Sum of RGB (Red+Green+Blue) = 86+43+192=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #562BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BC0 is #A9D43F. Grayscale: #484848. Windows color (decimal): -11129920 or 12594006. OLE color: 12594006.

HSL color Cylindrical-coordinate representation of color #562BC0: hue angle of 257.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562BC0 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8643192-
CMYK0.550.7800.25
HSL257.32º63.4%46.08%-
HSV(B)257.32º77.6%75.29%-
XYZ14.227.5150.57-
YUV72.84195.25137.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 192 (75.39% from 255) = 59.81%
R=26.79%
G=13.40%
B=59.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86431920.550.7800.25257.3263.446.08
Hex562BC0374E0191013f2e
Octal12653300671160314017756
Binary1010110101011110000001101111001110011001100000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,43,192); }

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

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

 a { background-color: rgb(86,43,192); }

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

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

 span { border-color: rgb(86,43,192); }

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