#7938BE

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

Shades of Purple Heart #7938BE

Tints of Purple Heart #7938BE

Color information

#7938BE (or 0x7938BE) is unknown color: approx Purple Heart. HEX triplet: 79, 38 and BE. RGB value is (121,56,190). Sum of RGB (Red+Green+Blue) = 121+56+190=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #7938BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938BE is #86C741. Grayscale: #5A5A5A. Windows color (decimal): -8832834 or 12466297. OLE color: 12466297.

HSL color Cylindrical-coordinate representation of color #7938BE: hue angle of 269.1º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7938BE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12156190-
CMYK0.360.7100.25
HSL269.1º54.47%48.24%-
HSV(B)269.1º70.53%74.51%-
XYZ18.5910.6149.78-
YUV90.71184.03149.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=32.97%
G=15.26%
B=51.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121561900.360.7100.25269.154.4748.24
Hex7938BE244701910d3630
Octal17170276441070314156660
Binary1111001111000101111101001001000111011001100001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7938BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7938BE; }

 p { color: rgb(121,56,190); }

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

<style>
 a { background-color: #7938BE; }

 a { background-color: rgb(121,56,190); }

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

<style>
 span { border-color: #7938BE; }

 span { border-color: rgb(121,56,190); }

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