#78306B

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

Shades of Palatinate Purple #78306B

Tints of Palatinate Purple #78306B

Color information

#78306B (or 0x78306B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 30 and 6B. RGB value is (120,48,107). Sum of RGB (Red+Green+Blue) = 120+48+107=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78306B is #87CF94. Grayscale: #4C4C4C. Windows color (decimal): -8900501 or 7024760. OLE color: 7024760.

HSL color Cylindrical-coordinate representation of color #78306B: hue angle of 310.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78306B is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12048107-
CMYK00.600.110.53
HSL310.83º42.86%32.94%-
HSV(B)310.83º60%47.06%-
XYZ11.467.1714.69-
YUV76.25145.35159.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=43.64%
G=17.45%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204810700.600.110.53310.8342.8632.94
Hex78306B03CB351372b21
Octal1706015307413654675341
Binary1111000110000110101101111001011110101100110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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