#793DC3

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

Shades of Purple Heart #793DC3

Tints of Purple Heart #793DC3

Color information

#793DC3 (or 0x793DC3) is unknown color: approx Purple Heart. HEX triplet: 79, 3D and C3. RGB value is (121,61,195). Sum of RGB (Red+Green+Blue) = 121+61+195=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #793DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DC3 is #86C23C. Grayscale: #5D5D5D. Windows color (decimal): -8831549 or 12795257. OLE color: 12795257.

HSL color Cylindrical-coordinate representation of color #793DC3: hue angle of 266.87º 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 #793DC3 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12161195-
CMYK0.380.6900.24
HSL266.87º52.76%50.2%-
HSV(B)266.87º68.72%76.47%-
XYZ19.411.3452.8-
YUV94.22184.88147.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 195 (76.56% from 255) = 51.72%
R=32.10%
G=16.18%
B=51.72%

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
Decimal121611950.380.6900.24266.8752.7650.2
Hex793DC3264501810b3532
Octal17175303461050304136562
Binary1111001111101110000111001101000101011000100001011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,195); }

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

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

 a { background-color: rgb(121,61,195); }

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

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

 span { border-color: rgb(121,61,195); }

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