#782168

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

Shades of Palatinate Purple #782168

Tints of Palatinate Purple #782168

Color information

#782168 (or 0x782168) is unknown color: approx Palatinate Purple. HEX triplet: 78, 21 and 68. RGB value is (120,33,104). Sum of RGB (Red+Green+Blue) = 120+33+104=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #782168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782168 is #87DE97. Grayscale: #424242. Windows color (decimal): -8904344 or 6824312. OLE color: 6824312.

HSL color Cylindrical-coordinate representation of color #782168: hue angle of 311.03º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782168 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12033104-
CMYK00.720.130.53
HSL311.03º56.86%30%-
HSV(B)311.03º72.5%47.06%-
XYZ10.796.0813.7-
YUV67.11148.82165.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=46.69%
G=12.84%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203310400.720.130.53311.0356.8630
Hex782168048D35137391e
Octal17041150011015654677136
Binary1111000100001110100001001000110111010110011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782168; }

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

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

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

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

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

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

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

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