#562ECB

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

Shades of Purple Heart #562ECB

Tints of Purple Heart #562ECB

Color information

#562ECB (or 0x562ECB) is unknown color: approx Purple Heart. HEX triplet: 56, 2E and CB. RGB value is (86,46,203). Sum of RGB (Red+Green+Blue) = 86+46+203=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #562ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ECB is #A9D134. Grayscale: #4B4B4B. Windows color (decimal): -11129141 or 13315670. OLE color: 13315670.

HSL color Cylindrical-coordinate representation of color #562ECB: hue angle of 255.29º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562ECB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8646203-
CMYK0.580.7700.20
HSL255.29º63.05%48.82%-
HSV(B)255.29º77.34%79.61%-
XYZ15.598.2457.27-
YUV75.86199.75135.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 203 (79.69% from 255) = 60.60%
R=25.67%
G=13.73%
B=60.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86462030.580.7700.20255.2963.0548.82
Hex562ECB3A4D014ff3f31
Octal12656313721150243777761
Binary101011010111011001011111010100110101010011111111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,203); }

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

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

 a { background-color: rgb(86,46,203); }

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

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

 span { border-color: rgb(86,46,203); }

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