#731CB5

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

Shades of Purple Heart #731CB5

Tints of Purple Heart #731CB5

Color information

#731CB5 (or 0x731CB5) is unknown color: approx Purple Heart. HEX triplet: 73, 1C and B5. RGB value is (115,28,181). Sum of RGB (Red+Green+Blue) = 115+28+181=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #731CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CB5 is #8CE34A. Grayscale: #464646. Windows color (decimal): -9233227 or 11869299. OLE color: 11869299.

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

Color convert

RGB11528181-
CMYK0.360.8500.29
HSL274.12º73.21%40.98%-
HSV(B)274.12º84.53%70.98%-
XYZ15.837.8144.39-
YUV71.46189.82159.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 181 (71.09% from 255) = 55.86%
R=35.49%
G=8.64%
B=55.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115281810.360.8500.29274.1273.2140.98
Hex731CB5245501D1124929
Octal163342654412503542211151
Binary1110011111001011010110010010101010111011000100101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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