#731CAA

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

Shades of Purple Heart #731CAA

Tints of Purple Heart #731CAA

Color information

#731CAA (or 0x731CAA) is unknown color: approx Purple Heart. HEX triplet: 73, 1C and AA. RGB value is (115,28,170). Sum of RGB (Red+Green+Blue) = 115+28+170=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #731CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731CAA is #8CE355. Grayscale: #454545. Windows color (decimal): -9233238 or 11148403. OLE color: 11148403.

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

Color convert

RGB11528170-
CMYK0.320.8400.33
HSL276.76º71.72%38.82%-
HSV(B)276.76º83.53%66.67%-
XYZ14.747.3838.68-
YUV70.2184.32159.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=36.74%
G=8.95%
B=54.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115281700.320.8400.33276.7671.7238.82
Hex731CAA20540211154827
Octal163342524012404142511047
Binary11100111110010101010100000101010001000011000101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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