#5631AC

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

Shades of Purple Heart #5631AC

Tints of Purple Heart #5631AC

Color information

#5631AC (or 0x5631AC) is unknown color: approx Purple Heart. HEX triplet: 56, 31 and AC. RGB value is (86,49,172). Sum of RGB (Red+Green+Blue) = 86+49+172=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #5631AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5631AC is #A9CE53. Grayscale: #494949. Windows color (decimal): -11128404 or 11284822. OLE color: 11284822.

HSL color Cylindrical-coordinate representation of color #5631AC: hue angle of 258.05º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5631AC is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8649172-
CMYK0.50.7200.33
HSL258.05º55.66%43.33%-
HSV(B)258.05º71.51%67.45%-
XYZ12.387.1539.76-
YUV74.08183.26136.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=28.01%
G=15.96%
B=56.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86491720.50.7200.33258.0555.6643.33
Hex5631AC3248021102382b
Octal12661254621100414027053
Binary10101101100011010110011001010010000100001100000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5631AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5631AC; }

 p { color: rgb(86,49,172); }

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

<style>
 a { background-color: #5631AC; }

 a { background-color: rgb(86,49,172); }

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

<style>
 span { border-color: #5631AC; }

 span { border-color: rgb(86,49,172); }

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