#7513B4

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

Shades of Purple Heart #7513B4

Tints of Purple Heart #7513B4

Color information

#7513B4 (or 0x7513B4) is unknown color: approx Purple Heart. HEX triplet: 75, 13 and B4. RGB value is (117,19,180). Sum of RGB (Red+Green+Blue) = 117+19+180=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #7513B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513B4 is #8AEC4B. Grayscale: #424242. Windows color (decimal): -9104460 or 11801461. OLE color: 11801461.

HSL color Cylindrical-coordinate representation of color #7513B4: hue angle of 276.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7513B4 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11719180-
CMYK0.350.8900.29
HSL276.52º80.9%39.02%-
HSV(B)276.52º89.44%70.59%-
XYZ15.817.5443.8-
YUV66.66191.97163.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 180 (70.70% from 255) = 56.96%
R=37.03%
G=6.01%
B=56.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117191800.350.8900.29276.5280.939.02
Hex7513B4235901D1155127
Octal165232644313103542512147
Binary1110101100111011010010001110110010111011000101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7513B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7513B4; }

 p { color: rgb(117,19,180); }

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

<style>
 a { background-color: #7513B4; }

 a { background-color: rgb(117,19,180); }

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

<style>
 span { border-color: #7513B4; }

 span { border-color: rgb(117,19,180); }

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