#782F6F

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

Shades of Palatinate Purple #782F6F

Tints of Palatinate Purple #782F6F

Color information

#782F6F (or 0x782F6F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 2F and 6F. RGB value is (120,47,111). Sum of RGB (Red+Green+Blue) = 120+47+111=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #782F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F6F is #87D090. Grayscale: #4B4B4B. Windows color (decimal): -8900753 or 7286648. OLE color: 7286648.

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

Color convert

RGB12047111-
CMYK00.610.080.53
HSL307.4º43.71%32.75%-
HSV(B)307.4º60.83%47.06%-
XYZ11.637.1715.81-
YUV76.12147.68159.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=43.17%
G=16.91%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204711100.610.080.53307.443.7132.75
Hex782F6F03D8351332c21
Octal1705715707510654635441
Binary1111000101111110111101111011000110101100110011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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