#793cc2

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

Shades of Purple Heart #793CC2

Tints of Purple Heart #793CC2

Color information

#793CC2 (or 0x793CC2) is unknown color: approx Purple Heart. HEX triplet: 79, 3C and C2. RGB value is (121,60,194). Sum of RGB (Red+Green+Blue) = 121+60+194=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #793CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC2 is #86C33D. Grayscale: #5D5D5D. Windows color (decimal): -8831806 or 12729465. OLE color: 12729465.

HSL color Cylindrical-coordinate representation of color #793CC2: hue angle of 267.31º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793CC2 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12160194-
CMYK0.380.6900.24
HSL267.31º52.76%49.8%-
HSV(B)267.31º69.07%76.08%-
XYZ19.2411.1952.19-
YUV93.52184.71147.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 194 (76.17% from 255) = 51.73%
R=32.27%
G=16%
B=51.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121601940.380.6900.24267.3152.7649.8
Hex793CC2264501810b3532
Octal17174302461050304136562
Binary1111001111100110000101001101000101011000100001011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793cc2; }

 p { color: rgb(121,60,194); }

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

<style>
 a { background-color: #793cc2; }

 a { background-color: rgb(121,60,194); }

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

<style>
 span { border-color: #793cc2; }

 span { border-color: rgb(121,60,194); }

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