#782768

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

Shades of Palatinate Purple #782768

Tints of Palatinate Purple #782768

Color information

#782768 (or 0x782768) is unknown color: approx Palatinate Purple. HEX triplet: 78, 27 and 68. RGB value is (120,39,104). Sum of RGB (Red+Green+Blue) = 120+39+104=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #782768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782768 is #87D897. Grayscale: #464646. Windows color (decimal): -8902808 or 6825848. OLE color: 6825848.

HSL color Cylindrical-coordinate representation of color #782768: hue angle of 311.85º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782768 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12039104-
CMYK00.670.130.53
HSL311.85º50.94%31.18%-
HSV(B)311.85º67.5%47.06%-
XYZ10.976.4413.76-
YUV70.63146.84163.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=45.63%
G=14.83%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203910400.670.130.53311.8550.9431.18
Hex782768043D35138331f
Octal17047150010315654706337
Binary1111000100111110100001000011110111010110011100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782768; }

 p { color: rgb(120,39,104); }

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

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

 a { background-color: rgb(120,39,104); }

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

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

 span { border-color: rgb(120,39,104); }

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