#78266C

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

Shades of Palatinate Purple #78266C

Tints of Palatinate Purple #78266C

Color information

#78266C (or 0x78266C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 6C. RGB value is (120,38,108). Sum of RGB (Red+Green+Blue) = 120+38+108=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78266C is #87D993. Grayscale: #464646. Windows color (decimal): -8903060 or 7087736. OLE color: 7087736.

HSL color Cylindrical-coordinate representation of color #78266C: hue angle of 308.78º degrees, saturation: 0.52, 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 #78266C is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12038108-
CMYK00.680.100.53
HSL308.78º51.9%30.98%-
HSV(B)308.78º68.33%47.06%-
XYZ11.156.4614.85-
YUV70.5149.17163.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=45.11%
G=14.29%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203810800.680.100.53308.7851.930.98
Hex78266C044A35135341f
Octal17046154010412654656437
Binary1111000100110110110001000100101011010110011010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78266C; }

 p { color: rgb(120,38,108); }

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

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

 a { background-color: rgb(120,38,108); }

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

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

 span { border-color: rgb(120,38,108); }

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