#7517B4

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

Shades of Purple Heart #7517B4

Tints of Purple Heart #7517B4

Color information

#7517B4 (or 0x7517B4) is unknown color: approx Purple Heart. HEX triplet: 75, 17 and B4. RGB value is (117,23,180). Sum of RGB (Red+Green+Blue) = 117+23+180=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #7517B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517B4 is #8AE84B. Grayscale: #444444. Windows color (decimal): -9103436 or 11802485. OLE color: 11802485.

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

Color convert

RGB11723180-
CMYK0.350.8700.29
HSL275.92º77.34%39.8%-
HSV(B)275.92º87.22%70.59%-
XYZ15.887.6943.83-
YUV69190.64162.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 23 (9.38% from 255) = 7.19%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=36.56%
G=7.19%
B=56.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117231800.350.8700.29275.9277.3439.8
Hex7517B4235701D1144d28
Octal165272644312703542411550
Binary1110101101111011010010001110101110111011000101001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7517B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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