#731fb4

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

Shades of Purple Heart #731FB4

Tints of Purple Heart #731FB4

Color information

#731FB4 (or 0x731FB4) is unknown color: approx Purple Heart. HEX triplet: 73, 1F and B4. RGB value is (115,31,180). Sum of RGB (Red+Green+Blue) = 115+31+180=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #731FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FB4 is #8CE04B. Grayscale: #484848. Windows color (decimal): -9232460 or 11804531. OLE color: 11804531.

HSL color Cylindrical-coordinate representation of color #731FB4: hue angle of 273.83º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731FB4 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11531180-
CMYK0.360.8300.29
HSL273.83º70.62%41.37%-
HSV(B)273.83º82.78%70.59%-
XYZ15.87.9243.88-
YUV73.1188.33157.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 31 (12.5% from 255) = 9.51%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=35.28%
G=9.51%
B=55.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115311800.360.8300.29273.8370.6241.37
Hex731FB4245301D1124729
Octal163372644412303542210751
Binary1110011111111011010010010010100110111011000100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731fb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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