#5605AF

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

Shades of Purple Heart #5605AF

Tints of Purple Heart #5605AF

Color information

#5605AF (or 0x5605AF) is unknown color: approx Purple Heart. HEX triplet: 56, 05 and AF. RGB value is (86,5,175). Sum of RGB (Red+Green+Blue) = 86+5+175=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #5605AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5605AF is #A9FA50. Grayscale: #303030. Windows color (decimal): -11139665 or 11470166. OLE color: 11470166.

HSL color Cylindrical-coordinate representation of color #5605AF: hue angle of 268.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5605AF is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB865175-
CMYK0.510.9700.31
HSL268.59º94.44%35.29%-
HSV(B)268.59º97.14%68.63%-
XYZ11.635.1840.94-
YUV48.6199.34154.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 175 (68.75% from 255) = 65.79%
R=32.33%
G=1.88%
B=65.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8651750.510.9700.31268.5994.4435.29
Hex565AF336101F10d5e23
Octal12652576314103741513643
Binary10101101011010111111001111000010111111000011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5605AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5605AF; }

 p { color: rgb(86,5,175); }

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

<style>
 a { background-color: #5605AF; }

 a { background-color: rgb(86,5,175); }

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

<style>
 span { border-color: #5605AF; }

 span { border-color: rgb(86,5,175); }

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