#731FAD

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

Shades of Purple Heart #731FAD

Tints of Purple Heart #731FAD

Color information

#731FAD (or 0x731FAD) is unknown color: approx Purple Heart. HEX triplet: 73, 1F and AD. RGB value is (115,31,173). Sum of RGB (Red+Green+Blue) = 115+31+173=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #731FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731FAD is #8CE052. Grayscale: #474747. Windows color (decimal): -9232467 or 11345779. OLE color: 11345779.

HSL color Cylindrical-coordinate representation of color #731FAD: hue angle of 275.49º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731FAD is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11531173-
CMYK0.340.8200.32
HSL275.49º69.61%40%-
HSV(B)275.49º82.08%67.84%-
XYZ15.17.6440.21-
YUV72.3184.83158.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 173 (67.97% from 255) = 54.23%
R=36.05%
G=9.72%
B=54.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115311730.340.8200.32275.4969.6140
Hex731FAD22520201134628
Octal163372554212204042310650
Binary11100111111110101101100010101001001000001000100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731FAD; }

 p { color: rgb(115,31,173); }

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

<style>
 a { background-color: #731FAD; }

 a { background-color: rgb(115,31,173); }

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

<style>
 span { border-color: #731FAD; }

 span { border-color: rgb(115,31,173); }

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