#562AC4

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

Shades of Purple Heart #562AC4

Tints of Purple Heart #562AC4

Color information

#562AC4 (or 0x562AC4) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and C4. RGB value is (86,42,196). Sum of RGB (Red+Green+Blue) = 86+42+196=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #562AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562AC4 is #A9D53B. Grayscale: #484848. Windows color (decimal): -11130172 or 12855894. OLE color: 12855894.

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

Color convert

RGB8642196-
CMYK0.560.7900.23
HSL257.14º64.71%46.67%-
HSV(B)257.14º78.57%76.86%-
XYZ14.637.6252.92-
YUV72.71197.58137.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 42 (16.80% from 255) = 12.96%
BLUE value IS 196 (76.95% from 255) = 60.49%
R=26.54%
G=12.96%
B=60.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86421960.560.7900.23257.1464.7146.67
Hex562AC4384F017101412f
Octal126523047011702740110157
Binary10101101010101100010011100010011110101111000000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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