#7936bf

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

Shades of Purple Heart #7936BF

Tints of Purple Heart #7936BF

Color information

#7936BF (or 0x7936BF) is unknown color: approx Purple Heart. HEX triplet: 79, 36 and BF. RGB value is (121,54,191). Sum of RGB (Red+Green+Blue) = 121+54+191=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #7936BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7936BF is #86C940. Grayscale: #595959. Windows color (decimal): -8833345 or 12531321. OLE color: 12531321.

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

Color convert

RGB12154191-
CMYK0.370.7200.25
HSL269.34º55.92%48.04%-
HSV(B)269.34º71.73%74.9%-
XYZ18.6110.4650.33-
YUV89.65185.2150.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 191 (75% from 255) = 52.19%
R=33.06%
G=14.75%
B=52.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121541910.370.7200.25269.3455.9248.04
Hex7936BF254801910d3830
Octal17166277451100314157060
Binary1111001110110101111111001011001000011001100001101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7936bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7936bf; }

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

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

<style>
 a { background-color: #7936bf; }

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

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

<style>
 span { border-color: #7936bf; }

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

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