#793068

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

Shades of Palatinate Purple #793068

Tints of Palatinate Purple #793068

Color information

#793068 (or 0x793068) is unknown color: approx Palatinate Purple. HEX triplet: 79, 30 and 68. RGB value is (121,48,104). Sum of RGB (Red+Green+Blue) = 121+48+104=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #793068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793068 is #86CF97. Grayscale: #4C4C4C. Windows color (decimal): -8834968 or 6828153. OLE color: 6828153.

HSL color Cylindrical-coordinate representation of color #793068: hue angle of 313.97º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793068 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12148104-
CMYK00.600.140.53
HSL313.97º43.2%33.14%-
HSV(B)313.97º60.33%47.45%-
XYZ11.447.1813.88-
YUV76.21143.68159.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=44.32%
G=17.58%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214810400.600.140.53313.9743.233.14
Hex79306803CE3513a2b21
Octal1716015007416654725341
Binary1111001110000110100001111001110110101100111010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793068; }

 p { color: rgb(121,48,104); }

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

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

 a { background-color: rgb(121,48,104); }

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

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

 span { border-color: rgb(121,48,104); }

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