#7A15BA

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

Shades of Purple Heart #7A15BA

Tints of Purple Heart #7A15BA

Color information

#7A15BA (or 0x7A15BA) is unknown color: approx Purple Heart. HEX triplet: 7A, 15 and BA. RGB value is (122,21,186). Sum of RGB (Red+Green+Blue) = 122+21+186=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A15BA is #85EA45. Grayscale: #454545. Windows color (decimal): -8776262 or 12195194. OLE color: 12195194.

HSL color Cylindrical-coordinate representation of color #7A15BA: hue angle of 276.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A15BA is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12221186-
CMYK0.340.8900.27
HSL276.73º79.71%40.59%-
HSV(B)276.73º88.71%72.94%-
XYZ17.168.2247.14-
YUV70.01193.46165.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 21 (8.59% from 255) = 6.38%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=37.08%
G=6.38%
B=56.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122211860.340.8900.27276.7379.7140.59
Hex7A15BA225901B1155029
Octal172252724213103342512051
Binary1111010101011011101010001010110010110111000101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A15BA; }

 p { color: rgb(122,21,186); }

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

<style>
 a { background-color: #7A15BA; }

 a { background-color: rgb(122,21,186); }

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

<style>
 span { border-color: #7A15BA; }

 span { border-color: rgb(122,21,186); }

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