#7931BF

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

Shades of Purple Heart #7931BF

Tints of Purple Heart #7931BF

Color information

#7931BF (or 0x7931BF) is unknown color: approx Purple Heart. HEX triplet: 79, 31 and BF. RGB value is (121,49,191). Sum of RGB (Red+Green+Blue) = 121+49+191=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #7931BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7931BF is #86CE40. Grayscale: #565656. Windows color (decimal): -8834625 or 12530041. OLE color: 12530041.

HSL color Cylindrical-coordinate representation of color #7931BF: hue angle of 270.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7931BF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12149191-
CMYK0.370.7400.25
HSL270.42º59.17%47.06%-
HSV(B)270.42º74.35%74.9%-
XYZ18.3910.0250.26-
YUV86.72186.85152.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 191 (75% from 255) = 52.91%
R=33.52%
G=13.57%
B=52.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121491910.370.7400.25270.4259.1747.06
Hex7931BF254A01910e3b2f
Octal17161277451120314167357
Binary1111001110001101111111001011001010011001100001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7931BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7931BF; }

 p { color: rgb(121,49,191); }

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

<style>
 a { background-color: #7931BF; }

 a { background-color: rgb(121,49,191); }

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

<style>
 span { border-color: #7931BF; }

 span { border-color: rgb(121,49,191); }

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