#562CB0

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

Shades of Purple Heart #562CB0

Tints of Purple Heart #562CB0

Color information

#562CB0 (or 0x562CB0) is unknown color: approx Purple Heart. HEX triplet: 56, 2C and B0. RGB value is (86,44,176). Sum of RGB (Red+Green+Blue) = 86+44+176=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #562CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562CB0 is #A9D34F. Grayscale: #474747. Windows color (decimal): -11129680 or 11545686. OLE color: 11545686.

HSL color Cylindrical-coordinate representation of color #562CB0: hue angle of 259.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562CB0 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8644176-
CMYK0.510.7500.31
HSL259.09º60%43.14%-
HSV(B)259.09º75%69.02%-
XYZ12.576.9141.75-
YUV71.61186.91138.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 176 (69.14% from 255) = 57.52%
R=28.10%
G=14.38%
B=57.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86441760.510.7500.31259.096043.14
Hex562CB0334B01F1033c2b
Octal12654260631130374037453
Binary1010110101100101100001100111001011011111100000011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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