#793CD1

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

Shades of Purple Heart #793CD1

Tints of Purple Heart #793CD1

Color information

#793CD1 (or 0x793CD1) is unknown color: approx Purple Heart. HEX triplet: 79, 3C and D1. RGB value is (121,60,209). Sum of RGB (Red+Green+Blue) = 121+60+209=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #793CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CD1 is #86C32E. Grayscale: #5E5E5E. Windows color (decimal): -8831791 or 13712505. OLE color: 13712505.

HSL color Cylindrical-coordinate representation of color #793CD1: hue angle of 264.56º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793CD1 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12160209-
CMYK0.420.7100.18
HSL264.56º61.83%52.75%-
HSV(B)264.56º71.29%81.96%-
XYZ21.0111.961.51-
YUV95.22192.21146.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 209 (82.03% from 255) = 53.59%
R=31.03%
G=15.38%
B=53.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121602090.420.7100.18264.5661.8352.75
Hex793CD12A470121093e35
Octal17174321521070224117665
Binary1111001111100110100011010101000111010010100001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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