#78266B

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

Shades of Palatinate Purple #78266B

Tints of Palatinate Purple #78266B

Color information

#78266B (or 0x78266B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 6B. RGB value is (120,38,107). Sum of RGB (Red+Green+Blue) = 120+38+107=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78266B is #87D994. Grayscale: #464646. Windows color (decimal): -8903061 or 7022200. OLE color: 7022200.

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

Color convert

RGB12038107-
CMYK00.680.110.53
HSL309.51º51.9%30.98%-
HSV(B)309.51º68.33%47.06%-
XYZ11.096.4414.57-
YUV70.38148.67163.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=45.28%
G=14.34%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203810700.680.110.53309.5151.930.98
Hex78266B044B35136341f
Octal17046153010413654666437
Binary1111000100110110101101000100101111010110011011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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