#7C15BA

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

Shades of Purple Heart #7C15BA

Tints of Purple Heart #7C15BA

Color information

#7C15BA (or 0x7C15BA) is unknown color: approx Purple Heart. HEX triplet: 7C, 15 and BA. RGB value is (124,21,186). Sum of RGB (Red+Green+Blue) = 124+21+186=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C15BA is #83EA45. Grayscale: #464646. Windows color (decimal): -8645190 or 12195196. OLE color: 12195196.

HSL color Cylindrical-coordinate representation of color #7C15BA: hue angle of 277.45º 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 #7C15BA is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12421186-
CMYK0.330.8900.27
HSL277.45º79.71%40.59%-
HSV(B)277.45º88.71%72.94%-
XYZ17.448.3747.15-
YUV70.61193.12166.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 21 (8.59% from 255) = 6.34%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=37.46%
G=6.34%
B=56.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124211860.330.8900.27277.4579.7140.59
Hex7C15BA215901B1155029
Octal174252724113103342512051
Binary1111100101011011101010000110110010110111000101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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