#5629B2

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

Shades of Purple Heart #5629B2

Tints of Purple Heart #5629B2

Color information

#5629B2 (or 0x5629B2) is unknown color: approx Purple Heart. HEX triplet: 56, 29 and B2. RGB value is (86,41,178). Sum of RGB (Red+Green+Blue) = 86+41+178=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #5629B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5629B2 is #A9D64D. Grayscale: #454545. Windows color (decimal): -11130446 or 11675990. OLE color: 11675990.

HSL color Cylindrical-coordinate representation of color #5629B2: hue angle of 259.71º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5629B2 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8641178-
CMYK0.520.7700.30
HSL259.71º62.56%42.94%-
HSV(B)259.71º76.97%69.8%-
XYZ12.676.7842.76-
YUV70.07188.91139.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 178 (69.92% from 255) = 58.36%
R=28.20%
G=13.44%
B=58.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86411780.520.7700.30259.7162.5642.94
Hex5629B2344D01E1043f2b
Octal12651262641150364047753
Binary1010110101001101100101101001001101011110100000100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5629B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5629B2; }

 p { color: rgb(86,41,178); }

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

<style>
 a { background-color: #5629B2; }

 a { background-color: rgb(86,41,178); }

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

<style>
 span { border-color: #5629B2; }

 span { border-color: rgb(86,41,178); }

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