#7514C0

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

Shades of Purple Heart #7514C0

Tints of Purple Heart #7514C0

Color information

#7514C0 (or 0x7514C0) is unknown color: approx Purple Heart. HEX triplet: 75, 14 and C0. RGB value is (117,20,192). Sum of RGB (Red+Green+Blue) = 117+20+192=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #7514C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514C0 is #8AEB3F. Grayscale: #444444. Windows color (decimal): -9104192 or 12588149. OLE color: 12588149.

HSL color Cylindrical-coordinate representation of color #7514C0: hue angle of 273.84º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7514C0 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11720192-
CMYK0.390.9000.25
HSL273.84º81.13%41.57%-
HSV(B)273.84º89.58%75.29%-
XYZ17.18.0950.53-
YUV68.61197.64162.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 192 (75.39% from 255) = 58.36%
R=35.56%
G=6.08%
B=58.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117201920.390.9000.25273.8481.1341.57
Hex7514C0275A019112512a
Octal165243004713203142212152
Binary1110101101001100000010011110110100110011000100101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7514C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7514C0; }

 p { color: rgb(117,20,192); }

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

<style>
 a { background-color: #7514C0; }

 a { background-color: rgb(117,20,192); }

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

<style>
 span { border-color: #7514C0; }

 span { border-color: rgb(117,20,192); }

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