#5608AE

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

Shades of Purple Heart #5608AE

Tints of Purple Heart #5608AE

Color information

#5608AE (or 0x5608AE) is unknown color: approx Purple Heart. HEX triplet: 56, 08 and AE. RGB value is (86,8,174). Sum of RGB (Red+Green+Blue) = 86+8+174=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #5608AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5608AE is #A9F751. Grayscale: #313131. Windows color (decimal): -11138898 or 11405398. OLE color: 11405398.

HSL color Cylindrical-coordinate representation of color #5608AE: hue angle of 268.19º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5608AE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB868174-
CMYK0.510.9500.32
HSL268.19º91.21%35.69%-
HSV(B)268.19º95.4%68.24%-
XYZ11.565.2140.44-
YUV50.25197.84153.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 8 (3.52% from 255) = 2.99%
BLUE value IS 174 (68.36% from 255) = 64.93%
R=32.09%
G=2.99%
B=64.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8681740.510.9500.32268.1991.2135.69
Hex568AE335F02010c5b24
Octal126102566313704041413344
Binary1010110100010101110110011101111101000001000011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5608AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5608AE; }

 p { color: rgb(86,8,174); }

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

<style>
 a { background-color: #5608AE; }

 a { background-color: rgb(86,8,174); }

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

<style>
 span { border-color: #5608AE; }

 span { border-color: rgb(86,8,174); }

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