#7519B5

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

Shades of Purple Heart #7519B5

Tints of Purple Heart #7519B5

Color information

#7519B5 (or 0x7519B5) is unknown color: approx Purple Heart. HEX triplet: 75, 19 and B5. RGB value is (117,25,181). Sum of RGB (Red+Green+Blue) = 117+25+181=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #7519B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519B5 is #8AE64A. Grayscale: #454545. Windows color (decimal): -9102923 or 11868533. OLE color: 11868533.

HSL color Cylindrical-coordinate representation of color #7519B5: hue angle of 275.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7519B5 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11725181-
CMYK0.350.8600.29
HSL275.38º75.73%40.39%-
HSV(B)275.38º86.19%70.98%-
XYZ16.027.8144.38-
YUV70.29190.48161.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 25 (10.16% from 255) = 7.74%
BLUE value IS 181 (71.09% from 255) = 56.04%
R=36.22%
G=7.74%
B=56.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117251810.350.8600.29275.3875.7340.39
Hex7519B5235601D1134c28
Octal165312654312603542311450
Binary1110101110011011010110001110101100111011000100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7519B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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