#7813BD

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

Shades of Purple Heart #7813BD

Tints of Purple Heart #7813BD

Color information

#7813BD (or 0x7813BD) is unknown color: approx Purple Heart. HEX triplet: 78, 13 and BD. RGB value is (120,19,189). Sum of RGB (Red+Green+Blue) = 120+19+189=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #7813BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7813BD is #87EC42. Grayscale: #444444. Windows color (decimal): -8907843 or 12391288. OLE color: 12391288.

HSL color Cylindrical-coordinate representation of color #7813BD: hue angle of 275.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7813BD is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12019189-
CMYK0.370.9000.26
HSL275.65º81.73%40.78%-
HSV(B)275.65º89.95%74.12%-
XYZ17.168.1348.81-
YUV68.58195.96164.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 19 (7.81% from 255) = 5.79%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=36.59%
G=5.79%
B=57.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120191890.370.9000.26275.6581.7340.78
Hex7813BD255A01A1145229
Octal170232754513203242412251
Binary1111000100111011110110010110110100110101000101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7813BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7813BD; }

 p { color: rgb(120,19,189); }

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

<style>
 a { background-color: #7813BD; }

 a { background-color: rgb(120,19,189); }

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

<style>
 span { border-color: #7813BD; }

 span { border-color: rgb(120,19,189); }

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