#781A65

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

Shades of Palatinate Purple #781A65

Tints of Palatinate Purple #781A65

Color information

#781A65 (or 0x781A65) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1A and 65. RGB value is (120,26,101). Sum of RGB (Red+Green+Blue) = 120+26+101=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #781A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A65 is #87E59A. Grayscale: #3E3E3E. Windows color (decimal): -8906139 or 6625912. OLE color: 6625912.

HSL color Cylindrical-coordinate representation of color #781A65: hue angle of 312.13º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A65 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12026101-
CMYK00.780.160.53
HSL312.13º64.38%28.63%-
HSV(B)312.13º78.33%47.06%-
XYZ10.465.6712.86-
YUV62.66149.64168.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=48.58%
G=10.53%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202610100.780.160.53312.1364.3828.63
Hex781A6504E1035138401d
Octal170321450116206547010035
Binary11110001101011001010100111010000110101100111000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781A65; }

 p { color: rgb(120,26,101); }

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

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

 a { background-color: rgb(120,26,101); }

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

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

 span { border-color: rgb(120,26,101); }

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