#792663

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

Shades of Palatinate Purple #792663

Tints of Palatinate Purple #792663

Color information

#792663 (or 0x792663) is unknown color: approx Palatinate Purple. HEX triplet: 79, 26 and 63. RGB value is (121,38,99). Sum of RGB (Red+Green+Blue) = 121+38+99=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #792663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792663 is #86D99C. Grayscale: #454545. Windows color (decimal): -8837533 or 6497913. OLE color: 6497913.

HSL color Cylindrical-coordinate representation of color #792663: hue angle of 315.9º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #792663 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1213899-
CMYK00.690.180.53
HSL315.9º52.2%31.18%-
HSV(B)315.9º68.6%47.45%-
XYZ10.836.3512.46-
YUV69.77144.5164.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=46.90%
G=14.73%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121389900.690.180.53315.952.231.18
Hex792663045123513c341f
Octal17146143010522654746437
Binary11110011001101100011010001011001011010110011110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792663; }

 p { color: rgb(121,38,99); }

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

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

 a { background-color: rgb(121,38,99); }

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

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

 span { border-color: rgb(121,38,99); }

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