#781E5E

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

Shades of Palatinate Purple #781E5E

Tints of Palatinate Purple #781E5E

Color information

#781E5E (or 0x781E5E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1E and 5E. RGB value is (120,30,94). Sum of RGB (Red+Green+Blue) = 120+30+94=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E5E is #87E1A1. Grayscale: #404040. Windows color (decimal): -8905122 or 6168184. OLE color: 6168184.

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

Color convert

RGB1203094-
CMYK00.750.220.53
HSL317.33º60%29.41%-
HSV(B)317.33º75%47.06%-
XYZ10.235.7311.16-
YUV64.21144.82167.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=49.18%
G=12.30%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120309400.750.220.53317.336029.41
Hex781E5E04B163513d3c1d
Octal17036136011326654757435
Binary1111000111101011110010010111011011010110011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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