#791ABE

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

Shades of Purple Heart #791ABE

Tints of Purple Heart #791ABE

Color information

#791ABE (or 0x791ABE) is unknown color: approx Purple Heart. HEX triplet: 79, 1A and BE. RGB value is (121,26,190). Sum of RGB (Red+Green+Blue) = 121+26+190=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #791ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ABE is #86E541. Grayscale: #484848. Windows color (decimal): -8840514 or 12458617. OLE color: 12458617.

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

Color convert

RGB12126190-
CMYK0.360.8600.25
HSL274.76º75.93%42.35%-
HSV(B)274.76º86.32%74.51%-
XYZ17.558.5249.44-
YUV73.1193.97162.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=35.91%
G=7.72%
B=56.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121261900.360.8600.25274.7675.9342.35
Hex791ABE24560191134c2a
Octal171322764412603142311452
Binary1111001110101011111010010010101100110011000100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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