#782F62

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

Shades of Palatinate Purple #782F62

Tints of Palatinate Purple #782F62

Color information

#782F62 (or 0x782F62) is unknown color: approx Palatinate Purple. HEX triplet: 78, 2F and 62. RGB value is (120,47,98). Sum of RGB (Red+Green+Blue) = 120+47+98=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #782F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F62 is #87D09D. Grayscale: #4A4A4A. Windows color (decimal): -8900766 or 6434680. OLE color: 6434680.

HSL color Cylindrical-coordinate representation of color #782F62: hue angle of 318.08º 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 #782F62 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1204798-
CMYK00.610.180.53
HSL318.08º43.71%32.75%-
HSV(B)318.08º60.83%47.06%-
XYZ10.976.9112.31-
YUV74.64141.18160.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=45.28%
G=17.74%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120479800.610.180.53318.0843.7132.75
Hex782F6203D123513e2c21
Octal1705714207522654765441
Binary11110001011111100010011110110010110101100111110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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