#562ACA

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

Shades of Purple Heart #562ACA

Tints of Purple Heart #562ACA

Color information

#562ACA (or 0x562ACA) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and CA. RGB value is (86,42,202). Sum of RGB (Red+Green+Blue) = 86+42+202=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #562ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ACA is #A9D535. Grayscale: #484848. Windows color (decimal): -11130166 or 13249110. OLE color: 13249110.

HSL color Cylindrical-coordinate representation of color #562ACA: hue angle of 256.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562ACA is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8642202-
CMYK0.570.7900.21
HSL256.5º65.57%47.84%-
HSV(B)256.5º79.21%79.22%-
XYZ15.337.956.59-
YUV73.4200.58136.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=26.06%
G=12.73%
B=61.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86422020.570.7900.21256.565.5747.84
Hex562ACA394F0151004230
Octal126523127111702540010260
Binary10101101010101100101011100110011110101011000000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,202); }

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

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

 a { background-color: rgb(86,42,202); }

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

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

 span { border-color: rgb(86,42,202); }

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