#7514AA

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

Shades of Purple Heart #7514AA

Tints of Purple Heart #7514AA

Color information

#7514AA (or 0x7514AA) is unknown color: approx Purple Heart. HEX triplet: 75, 14 and AA. RGB value is (117,20,170). Sum of RGB (Red+Green+Blue) = 117+20+170=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7514AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7514AA is #8AEB55. Grayscale: #414141. Windows color (decimal): -9104214 or 11146357. OLE color: 11146357.

HSL color Cylindrical-coordinate representation of color #7514AA: hue angle of 278.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7514AA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11720170-
CMYK0.310.8800.33
HSL278.8º78.95%37.25%-
HSV(B)278.8º88.24%66.67%-
XYZ14.847.1838.63-
YUV66.1186.64164.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 20 (8.20% from 255) = 6.51%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=38.11%
G=6.51%
B=55.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117201700.310.8800.33278.878.9537.25
Hex7514AA1F580211174f25
Octal165242523713004142711745
Binary1110101101001010101011111101100001000011000101111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7514AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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