#781E5B

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

Shades of Palatinate Purple #781E5B

Tints of Palatinate Purple #781E5B

Color information

#781E5B (or 0x781E5B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1E and 5B. RGB value is (120,30,91). Sum of RGB (Red+Green+Blue) = 120+30+91=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E5B is #87E1A4. Grayscale: #3F3F3F. Windows color (decimal): -8905125 or 5971576. OLE color: 5971576.

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

Color convert

RGB1203091-
CMYK00.750.240.53
HSL319.33º60%29.41%-
HSV(B)319.33º75%47.06%-
XYZ10.15.6810.46-
YUV63.86143.32168.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=49.79%
G=12.45%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120309100.750.240.53319.336029.41
Hex781E5B04B183513f3c1d
Octal17036133011330654777435
Binary1111000111101011011010010111100011010110011111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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