#7518C4

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

Shades of Purple Heart #7518C4

Tints of Purple Heart #7518C4

Color information

#7518C4 (or 0x7518C4) is unknown color: approx Purple Heart. HEX triplet: 75, 18 and C4. RGB value is (117,24,196). Sum of RGB (Red+Green+Blue) = 117+24+196=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #7518C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518C4 is #8AE73B. Grayscale: #464646. Windows color (decimal): -9103164 or 12851317. OLE color: 12851317.

HSL color Cylindrical-coordinate representation of color #7518C4: hue angle of 272.44º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7518C4 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11724196-
CMYK0.400.8800.23
HSL272.44º78.18%43.14%-
HSV(B)272.44º87.76%76.86%-
XYZ17.638.4252.92-
YUV71.41198.31160.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 24 (9.77% from 255) = 7.12%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=34.72%
G=7.12%
B=58.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117241960.400.8800.23272.4478.1843.14
Hex7518C428580171104e2b
Octal165303045013002742011653
Binary1110101110001100010010100010110000101111000100001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7518C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7518C4; }

 p { color: rgb(117,24,196); }

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

<style>
 a { background-color: #7518C4; }

 a { background-color: rgb(117,24,196); }

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

<style>
 span { border-color: #7518C4; }

 span { border-color: rgb(117,24,196); }

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