#782F61

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

Shades of Palatinate Purple #782F61

Tints of Palatinate Purple #782F61

Color information

#782F61 (or 0x782F61) is unknown color: approx Palatinate Purple. HEX triplet: 78, 2F and 61. RGB value is (120,47,97). Sum of RGB (Red+Green+Blue) = 120+47+97=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #782F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F61 is #87D09E. Grayscale: #4A4A4A. Windows color (decimal): -8900767 or 6369144. OLE color: 6369144.

HSL color Cylindrical-coordinate representation of color #782F61: hue angle of 318.9º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #782F61 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1204797-
CMYK00.610.190.53
HSL318.9º43.71%32.75%-
HSV(B)318.9º60.83%47.06%-
XYZ10.926.8912.06-
YUV74.53140.68160.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=45.45%
G=17.80%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120479700.610.190.53318.943.7132.75
Hex782F6103D133513f2c21
Octal1705714107523654775441
Binary11110001011111100001011110110011110101100111111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782F61; }

 p { color: rgb(120,47,97); }

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

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

 a { background-color: rgb(120,47,97); }

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

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

 span { border-color: rgb(120,47,97); }

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