#7519AB

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

Shades of Purple Heart #7519AB

Tints of Purple Heart #7519AB

Color information

#7519AB (or 0x7519AB) is unknown color: approx Purple Heart. HEX triplet: 75, 19 and AB. RGB value is (117,25,171). Sum of RGB (Red+Green+Blue) = 117+25+171=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #7519AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7519AB is #8AE654. Grayscale: #444444. Windows color (decimal): -9102933 or 11213173. OLE color: 11213173.

HSL color Cylindrical-coordinate representation of color #7519AB: hue angle of 277.81º 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 #7519AB is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11725171-
CMYK0.320.8500.33
HSL277.81º74.49%38.43%-
HSV(B)277.81º85.38%67.06%-
XYZ15.037.4239.17-
YUV69.15185.48162.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=37.38%
G=7.99%
B=54.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117251710.320.8500.33277.8174.4938.43
Hex7519AB20550211164a26
Octal165312534012504142611246
Binary11101011100110101011100000101010101000011000101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7519AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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