#7314B6

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

Shades of Purple Heart #7314B6

Tints of Purple Heart #7314B6

Color information

#7314B6 (or 0x7314B6) is unknown color: approx Purple Heart. HEX triplet: 73, 14 and B6. RGB value is (115,20,182). Sum of RGB (Red+Green+Blue) = 115+20+182=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #7314B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314B6 is #8CEB49. Grayscale: #424242. Windows color (decimal): -9235274 or 11932787. OLE color: 11932787.

HSL color Cylindrical-coordinate representation of color #7314B6: hue angle of 275.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7314B6 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11520182-
CMYK0.370.8900.29
HSL275.19º80.2%39.61%-
HSV(B)275.19º89.01%71.37%-
XYZ15.767.5244.88-
YUV66.87192.97162.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 182 (71.48% from 255) = 57.41%
R=36.28%
G=6.31%
B=57.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115201820.370.8900.29275.1980.239.61
Hex7314B6255901D1135028
Octal163242664513103542312050
Binary1110011101001011011010010110110010111011000100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7314B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7314B6; }

 p { color: rgb(115,20,182); }

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

<style>
 a { background-color: #7314B6; }

 a { background-color: rgb(115,20,182); }

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

<style>
 span { border-color: #7314B6; }

 span { border-color: rgb(115,20,182); }

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