#731FB3

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

Shades of Purple Heart #731FB3

Tints of Purple Heart #731FB3

Color information

#731FB3 (or 0x731FB3) is unknown color: approx Purple Heart. HEX triplet: 73, 1F and B3. RGB value is (115,31,179). Sum of RGB (Red+Green+Blue) = 115+31+179=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #731FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FB3 is #8CE04C. Grayscale: #484848. Windows color (decimal): -9232461 or 11738995. OLE color: 11738995.

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

Color convert

RGB11531179-
CMYK0.360.8300.30
HSL274.05º70.48%41.18%-
HSV(B)274.05º82.68%70.2%-
XYZ15.77.8843.34-
YUV72.99187.83157.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 31 (12.5% from 255) = 9.54%
BLUE value IS 179 (70.31% from 255) = 55.08%
R=35.38%
G=9.54%
B=55.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115311790.360.8300.30274.0570.4841.18
Hex731FB3245301E1124629
Octal163372634412303642210651
Binary1110011111111011001110010010100110111101000100101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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