#782561

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

Shades of Palatinate Purple #782561

Tints of Palatinate Purple #782561

Color information

#782561 (or 0x782561) is unknown color: approx Palatinate Purple. HEX triplet: 78, 25 and 61. RGB value is (120,37,97). Sum of RGB (Red+Green+Blue) = 120+37+97=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #782561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782561 is #87DA9E. Grayscale: #444444. Windows color (decimal): -8903327 or 6366584. OLE color: 6366584.

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

Color convert

RGB1203797-
CMYK00.690.190.53
HSL316.63º52.87%30.78%-
HSV(B)316.63º69.17%47.06%-
XYZ10.566.1811.95-
YUV68.66144164.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=47.24%
G=14.57%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120379700.690.190.53316.6352.8730.78
Hex782561045133513d351f
Octal17045141010523654756537
Binary11110001001011100001010001011001111010110011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782561; }

 p { color: rgb(120,37,97); }

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

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

 a { background-color: rgb(120,37,97); }

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

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

 span { border-color: rgb(120,37,97); }

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