#78246B

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

Shades of Palatinate Purple #78246B

Tints of Palatinate Purple #78246B

Color information

#78246B (or 0x78246B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 24 and 6B. RGB value is (120,36,107). Sum of RGB (Red+Green+Blue) = 120+36+107=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78246B is #87DB94. Grayscale: #454545. Windows color (decimal): -8903573 or 7021688. OLE color: 7021688.

HSL color Cylindrical-coordinate representation of color #78246B: hue angle of 309.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78246B is Cyan = 0, Magento = 0.7, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12036107-
CMYK00.70.110.53
HSL309.29º53.85%30.59%-
HSV(B)309.29º70%47.06%-
XYZ11.036.3214.55-
YUV69.21149.33164.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=45.63%
G=13.69%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203610700.70.110.53309.2953.8530.59
Hex78246B046B35135361f
Octal17044153010613654656637
Binary1111000100100110101101000110101111010110011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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