#793CC1

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

Shades of Purple Heart #793CC1

Tints of Purple Heart #793CC1

Color information

#793CC1 (or 0x793CC1) is unknown color: approx Purple Heart. HEX triplet: 79, 3C and C1. RGB value is (121,60,193). Sum of RGB (Red+Green+Blue) = 121+60+193=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #793CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC1 is #86C33E. Grayscale: #5C5C5C. Windows color (decimal): -8831807 or 12663929. OLE color: 12663929.

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

Color convert

RGB12160193-
CMYK0.370.6900.24
HSL267.52º52.57%49.61%-
HSV(B)267.52º68.91%75.69%-
XYZ19.1311.1551.6-
YUV93.4184.21147.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=32.35%
G=16.04%
B=51.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121601930.370.6900.24267.5252.5749.61
Hex793CC1254501810c3532
Octal17174301451050304146562
Binary1111001111100110000011001011000101011000100001100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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