#791DC5

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

Shades of Purple Heart #791DC5

Tints of Purple Heart #791DC5

Color information

#791DC5 (or 0x791DC5) is unknown color: approx Purple Heart. HEX triplet: 79, 1D and C5. RGB value is (121,29,197). Sum of RGB (Red+Green+Blue) = 121+29+197=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #791DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791DC5 is #86E23A. Grayscale: #4B4B4B. Windows color (decimal): -8839739 or 12918137. OLE color: 12918137.

HSL color Cylindrical-coordinate representation of color #791DC5: hue angle of 272.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791DC5 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12129197-
CMYK0.390.8500.23
HSL272.86º74.34%44.31%-
HSV(B)272.86º85.28%77.25%-
XYZ18.48.9753.59-
YUV75.66196.48160.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 29 (11.72% from 255) = 8.36%
BLUE value IS 197 (77.34% from 255) = 56.77%
R=34.87%
G=8.36%
B=56.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121291970.390.8500.23272.8674.3444.31
Hex791DC527550171114a2c
Octal171353054712502742111254
Binary1111001111011100010110011110101010101111000100011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,29,197); }

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

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

 a { background-color: rgb(121,29,197); }

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

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

 span { border-color: rgb(121,29,197); }

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