#7319AF

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

Shades of Purple Heart #7319AF

Tints of Purple Heart #7319AF

Color information

#7319AF (or 0x7319AF) is unknown color: approx Purple Heart. HEX triplet: 73, 19 and AF. RGB value is (115,25,175). Sum of RGB (Red+Green+Blue) = 115+25+175=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #7319AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7319AF is #8CE650. Grayscale: #444444. Windows color (decimal): -9234001 or 11475315. OLE color: 11475315.

HSL color Cylindrical-coordinate representation of color #7319AF: hue angle of 276º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7319AF is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11525175-
CMYK0.340.8600.31
HSL276º75%39.22%-
HSV(B)276º85.71%68.63%-
XYZ15.167.4441.19-
YUV69.01187.82160.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=36.51%
G=7.94%
B=55.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115251750.340.8600.312767539.22
Hex7319AF225601F1144b27
Octal163312574212603742411347
Binary1110011110011010111110001010101100111111000101001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7319AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7319AF; }

 p { color: rgb(115,25,175); }

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

<style>
 a { background-color: #7319AF; }

 a { background-color: rgb(115,25,175); }

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

<style>
 span { border-color: #7319AF; }

 span { border-color: rgb(115,25,175); }

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