#7939BD

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

Shades of Purple Heart #7939BD

Tints of Purple Heart #7939BD

Color information

#7939BD (or 0x7939BD) is unknown color: approx Purple Heart. HEX triplet: 79, 39 and BD. RGB value is (121,57,189). Sum of RGB (Red+Green+Blue) = 121+57+189=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #7939BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939BD is #86C642. Grayscale: #5A5A5A. Windows color (decimal): -8832579 or 12401017. OLE color: 12401017.

HSL color Cylindrical-coordinate representation of color #7939BD: hue angle of 269.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7939BD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12157189-
CMYK0.360.7000.26
HSL269.09º53.66%48.24%-
HSV(B)269.09º69.84%74.12%-
XYZ18.5310.6749.23-
YUV91.18183.2149.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=32.97%
G=15.53%
B=51.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121571890.360.7000.26269.0953.6648.24
Hex7939BD244601A10d3630
Octal17171275441060324156660
Binary1111001111001101111011001001000110011010100001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7939BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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