#782F5F

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

Shades of Palatinate Purple #782F5F

Tints of Palatinate Purple #782F5F

Color information

#782F5F (or 0x782F5F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 2F and 5F. RGB value is (120,47,95). Sum of RGB (Red+Green+Blue) = 120+47+95=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #782F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F5F is #87D0A0. Grayscale: #4A4A4A. Windows color (decimal): -8900769 or 6238072. OLE color: 6238072.

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

Color convert

RGB1204795-
CMYK00.610.210.53
HSL320.55º43.71%32.75%-
HSV(B)320.55º60.83%47.06%-
XYZ10.836.8511.58-
YUV74.3139.68160.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=45.80%
G=17.94%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120479500.610.210.53320.5543.7132.75
Hex782F5F03D15351412c21
Octal1705713707525655015441
Binary11110001011111011111011110110101110101101000001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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