#5622BD

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

Shades of Purple Heart #5622BD

Tints of Purple Heart #5622BD

Color information

#5622BD (or 0x5622BD) is unknown color: approx Purple Heart. HEX triplet: 56, 22 and BD. RGB value is (86,34,189). Sum of RGB (Red+Green+Blue) = 86+34+189=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #5622BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5622BD is #A9DD42. Grayscale: #424242. Windows color (decimal): -11132227 or 12395094. OLE color: 12395094.

HSL color Cylindrical-coordinate representation of color #5622BD: hue angle of 260.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5622BD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8634189-
CMYK0.540.8200.26
HSL260.13º69.51%43.73%-
HSV(B)260.13º82.01%74.12%-
XYZ13.66.848.74-
YUV67.22196.73141.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=27.83%
G=11.00%
B=61.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86341890.540.8200.26260.1369.5143.73
Hex5622BD365201A104462c
Octal126422756612203240410654
Binary10101101000101011110111011010100100110101000001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5622BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5622BD; }

 p { color: rgb(86,34,189); }

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

<style>
 a { background-color: #5622BD; }

 a { background-color: rgb(86,34,189); }

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

<style>
 span { border-color: #5622BD; }

 span { border-color: rgb(86,34,189); }

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