#731ABF

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

Shades of Purple Heart #731ABF

Tints of Purple Heart #731ABF

Color information

#731ABF (or 0x731ABF) is unknown color: approx Purple Heart. HEX triplet: 73, 1A and BF. RGB value is (115,26,191). Sum of RGB (Red+Green+Blue) = 115+26+191=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #731ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ABF is #8CE540. Grayscale: #464646. Windows color (decimal): -9233729 or 12524147. OLE color: 12524147.

HSL color Cylindrical-coordinate representation of color #731ABF: hue angle of 272.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731ABF is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11526191-
CMYK0.400.8600.25
HSL272.36º76.04%42.55%-
HSV(B)272.36º86.39%74.9%-
XYZ16.848.1549.97-
YUV71.42195.49159.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 191 (75% from 255) = 57.53%
R=34.64%
G=7.83%
B=57.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115261910.400.8600.25272.3676.0442.55
Hex731ABF28560191104c2b
Octal163322775012603142011453
Binary1110011110101011111110100010101100110011000100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,26,191); }

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

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

 a { background-color: rgb(115,26,191); }

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

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

 span { border-color: rgb(115,26,191); }

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