#793CBA

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

Shades of Purple Heart #793CBA

Tints of Purple Heart #793CBA

Color information

#793CBA (or 0x793CBA) is unknown color: approx Purple Heart. HEX triplet: 79, 3C and BA. RGB value is (121,60,186). Sum of RGB (Red+Green+Blue) = 121+60+186=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #793CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CBA is #86C345. Grayscale: #5C5C5C. Windows color (decimal): -8831814 or 12205177. OLE color: 12205177.

HSL color Cylindrical-coordinate representation of color #793CBA: hue angle of 269.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793CBA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12160186-
CMYK0.350.6800.27
HSL269.05º51.22%48.24%-
HSV(B)269.05º67.74%72.94%-
XYZ18.3610.8447.58-
YUV92.6180.71148.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 60 (23.83% from 255) = 16.35%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=32.97%
G=16.35%
B=50.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121601860.350.6800.27269.0551.2248.24
Hex793CBA234401B10d3330
Octal17174272431040334156360
Binary1111001111100101110101000111000100011011100001101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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