#7939BB

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

Shades of Purple Heart #7939BB

Tints of Purple Heart #7939BB

Color information

#7939BB (or 0x7939BB) is unknown color: approx Purple Heart. HEX triplet: 79, 39 and BB. RGB value is (121,57,187). Sum of RGB (Red+Green+Blue) = 121+57+187=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #7939BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939BB is #86C644. Grayscale: #5A5A5A. Windows color (decimal): -8832581 or 12269945. OLE color: 12269945.

HSL color Cylindrical-coordinate representation of color #7939BB: hue angle of 269.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7939BB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12157187-
CMYK0.350.7000.27
HSL269.54º53.28%47.84%-
HSV(B)269.54º69.52%73.33%-
XYZ18.3210.5848.09-
YUV90.96182.2149.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=33.15%
G=15.62%
B=51.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121571870.350.7000.27269.5453.2847.84
Hex7939BB234601B10e3530
Octal17171273431060334166560
Binary1111001111001101110111000111000110011011100001110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7939BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7939BB; }

 p { color: rgb(121,57,187); }

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

<style>
 a { background-color: #7939BB; }

 a { background-color: rgb(121,57,187); }

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

<style>
 span { border-color: #7939BB; }

 span { border-color: rgb(121,57,187); }

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