#7820BA

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

Shades of Purple Heart #7820BA

Tints of Purple Heart #7820BA

Color information

#7820BA (or 0x7820BA) is unknown color: approx Purple Heart. HEX triplet: 78, 20 and BA. RGB value is (120,32,186). Sum of RGB (Red+Green+Blue) = 120+32+186=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7820BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820BA is #87DF45. Grayscale: #4B4B4B. Windows color (decimal): -8904518 or 12198008. OLE color: 12198008.

HSL color Cylindrical-coordinate representation of color #7820BA: hue angle of 274.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7820BA is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12032186-
CMYK0.350.8300.27
HSL274.29º70.64%42.75%-
HSV(B)274.29º82.8%72.94%-
XYZ17.138.5747.21-
YUV75.87190.15159.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=35.50%
G=9.47%
B=55.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120321860.350.8300.27274.2970.6442.75
Hex7820BA235301B112472b
Octal170402724312303342210753
Binary11110001000001011101010001110100110110111000100101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7820BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7820BA; }

 p { color: rgb(120,32,186); }

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

<style>
 a { background-color: #7820BA; }

 a { background-color: rgb(120,32,186); }

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

<style>
 span { border-color: #7820BA; }

 span { border-color: rgb(120,32,186); }

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