#7319AB

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

Shades of Purple Heart #7319AB

Tints of Purple Heart #7319AB

Color information

#7319AB (or 0x7319AB) is unknown color: approx Purple Heart. HEX triplet: 73, 19 and AB. RGB value is (115,25,171). Sum of RGB (Red+Green+Blue) = 115+25+171=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #7319AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7319AB is #8CE654. Grayscale: #444444. Windows color (decimal): -9234005 or 11213171. OLE color: 11213171.

HSL color Cylindrical-coordinate representation of color #7319AB: hue angle of 276.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7319AB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11525171-
CMYK0.330.8500.33
HSL276.99º74.49%38.43%-
HSV(B)276.99º85.38%67.06%-
XYZ14.777.2839.15-
YUV68.55185.82161.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=36.98%
G=8.04%
B=54.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115251710.330.8500.33276.9974.4938.43
Hex7319AB21550211154a26
Octal163312534112504142511246
Binary11100111100110101011100001101010101000011000101011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7319AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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