#731CAE

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

Shades of Purple Heart #731CAE

Tints of Purple Heart #731CAE

Color information

#731CAE (or 0x731CAE) is unknown color: approx Purple Heart. HEX triplet: 73, 1C and AE. RGB value is (115,28,174). Sum of RGB (Red+Green+Blue) = 115+28+174=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #731CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731CAE is #8CE351. Grayscale: #464646. Windows color (decimal): -9233234 or 11410547. OLE color: 11410547.

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

Color convert

RGB11528174-
CMYK0.340.8400.32
HSL275.75º72.28%39.61%-
HSV(B)275.75º83.91%68.24%-
XYZ15.137.5340.7-
YUV70.66186.32159.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=36.28%
G=8.83%
B=54.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115281740.340.8400.32275.7572.2839.61
Hex731CAE22540201144828
Octal163342564212404042411050
Binary11100111110010101110100010101010001000001000101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,28,174); }

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

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

 a { background-color: rgb(115,28,174); }

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

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

 span { border-color: rgb(115,28,174); }

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