#791EBE

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

Shades of Purple Heart #791EBE

Tints of Purple Heart #791EBE

Color information

#791EBE (or 0x791EBE) is unknown color: approx Purple Heart. HEX triplet: 79, 1E and BE. RGB value is (121,30,190). Sum of RGB (Red+Green+Blue) = 121+30+190=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #791EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791EBE is #86E141. Grayscale: #4A4A4A. Windows color (decimal): -8839490 or 12459641. OLE color: 12459641.

HSL color Cylindrical-coordinate representation of color #791EBE: hue angle of 274.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791EBE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12130190-
CMYK0.360.8400.25
HSL274.12º72.73%43.14%-
HSV(B)274.12º84.21%74.51%-
XYZ17.648.7149.47-
YUV75.45192.65160.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=35.48%
G=8.80%
B=55.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121301900.360.8400.25274.1272.7343.14
Hex791EBE2454019112492b
Octal171362764412403142211153
Binary1111001111101011111010010010101000110011000100101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791EBE; }

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

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

<style>
 a { background-color: #791EBE; }

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

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

<style>
 span { border-color: #791EBE; }

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

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