#781E69

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

Shades of Palatinate Purple #781E69

Tints of Palatinate Purple #781E69

Color information

#781E69 (or 0x781E69) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1E and 69. RGB value is (120,30,105). Sum of RGB (Red+Green+Blue) = 120+30+105=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E69 is #87E196. Grayscale: #414141. Windows color (decimal): -8905111 or 6889080. OLE color: 6889080.

HSL color Cylindrical-coordinate representation of color #781E69: hue angle of 310º 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 #781E69 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12030105-
CMYK00.750.130.53
HSL310º60%29.41%-
HSV(B)310º75%47.06%-
XYZ10.765.9413.94-
YUV65.46150.32166.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 30 (12.11% from 255) = 11.76%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

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
Decimal1203010500.750.130.533106029.41
Hex781E6904BD351363c1d
Octal17036151011315654667435
Binary111100011110110100101001011110111010110011011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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