#7810BA

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

Shades of Purple Heart #7810BA

Tints of Purple Heart #7810BA

Color information

#7810BA (or 0x7810BA) is unknown color: approx Purple Heart. HEX triplet: 78, 10 and BA. RGB value is (120,16,186). Sum of RGB (Red+Green+Blue) = 120+16+186=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #7810BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7810BA is #87EF45. Grayscale: #414141. Windows color (decimal): -8908614 or 12193912. OLE color: 12193912.

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

Color convert

RGB12016186-
CMYK0.350.9100.27
HSL276.71º84.16%39.61%-
HSV(B)276.71º91.4%72.94%-
XYZ16.797.9147.1-
YUV66.48195.46166.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=37.27%
G=4.97%
B=57.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120161860.350.9100.27276.7184.1639.61
Hex7810BA235B01B1155428
Octal170202724313303342512450
Binary1111000100001011101010001110110110110111000101011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7810BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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