#781E68

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

Shades of Palatinate Purple #781E68

Tints of Palatinate Purple #781E68

Color information

#781E68 (or 0x781E68) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1E and 68. RGB value is (120,30,104). Sum of RGB (Red+Green+Blue) = 120+30+104=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E68 is #87E197. Grayscale: #414141. Windows color (decimal): -8905112 or 6823544. OLE color: 6823544.

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

Color convert

RGB12030104-
CMYK00.750.130.53
HSL310.67º60%29.41%-
HSV(B)310.67º75%47.06%-
XYZ10.715.9213.68-
YUV65.35149.82166.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=47.24%
G=11.81%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203010400.750.130.53310.676029.41
Hex781E6804BD351373c1d
Octal17036150011315654677435
Binary111100011110110100001001011110111010110011011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,30,104); }

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

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

 a { background-color: rgb(120,30,104); }

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

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

 span { border-color: rgb(120,30,104); }

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