#791FC4

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

Shades of Purple Heart #791FC4

Tints of Purple Heart #791FC4

Color information

#791FC4 (or 0x791FC4) is unknown color: approx Purple Heart. HEX triplet: 79, 1F and C4. RGB value is (121,31,196). Sum of RGB (Red+Green+Blue) = 121+31+196=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #791FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791FC4 is #86E03B. Grayscale: #4C4C4C. Windows color (decimal): -8839228 or 12853113. OLE color: 12853113.

HSL color Cylindrical-coordinate representation of color #791FC4: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791FC4 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12131196-
CMYK0.380.8400.23
HSL272.73º72.69%44.51%-
HSV(B)272.73º84.18%76.86%-
XYZ18.349.0353-
YUV76.72195.32159.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 31 (12.5% from 255) = 8.91%
BLUE value IS 196 (76.95% from 255) = 56.32%
R=34.77%
G=8.91%
B=56.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121311960.380.8400.23272.7372.6944.51
Hex791FC42654017111492d
Octal171373044612402742111155
Binary1111001111111100010010011010101000101111000100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,31,196); }

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

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

 a { background-color: rgb(121,31,196); }

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

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

 span { border-color: rgb(121,31,196); }

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