#7B15BA

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

Shades of Purple Heart #7B15BA

Tints of Purple Heart #7B15BA

Color information

#7B15BA (or 0x7B15BA) is unknown color: approx Purple Heart. HEX triplet: 7B, 15 and BA. RGB value is (123,21,186). Sum of RGB (Red+Green+Blue) = 123+21+186=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B15BA is #84EA45. Grayscale: #454545. Windows color (decimal): -8710726 or 12195195. OLE color: 12195195.

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

Color convert

RGB12321186-
CMYK0.340.8900.27
HSL277.09º79.71%40.59%-
HSV(B)277.09º88.71%72.94%-
XYZ17.38.2947.14-
YUV70.31193.29165.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=37.27%
G=6.36%
B=56.36%

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
Decimal123211860.340.8900.27277.0979.7140.59
Hex7B15BA225901B1155029
Octal173252724213103342512051
Binary1111011101011011101010001010110010110111000101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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