#782F66

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

Shades of Palatinate Purple #782F66

Tints of Palatinate Purple #782F66

Color information

#782F66 (or 0x782F66) is unknown color: approx Palatinate Purple. HEX triplet: 78, 2F and 66. RGB value is (120,47,102). Sum of RGB (Red+Green+Blue) = 120+47+102=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F66 is #87D099. Grayscale: #4A4A4A. Windows color (decimal): -8900762 or 6696824. OLE color: 6696824.

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

Color convert

RGB12047102-
CMYK00.610.150.53
HSL314.79º43.71%32.75%-
HSV(B)314.79º60.83%47.06%-
XYZ11.166.9913.33-
YUV75.1143.18160.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=44.61%
G=17.47%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204710200.610.150.53314.7943.7132.75
Hex782F6603DF3513b2c21
Octal1705714607517654735441
Binary1111000101111110011001111011111110101100111011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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