#781B5B

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

Shades of Palatinate Purple #781B5B

Tints of Palatinate Purple #781B5B

Color information

#781B5B (or 0x781B5B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1B and 5B. RGB value is (120,27,91). Sum of RGB (Red+Green+Blue) = 120+27+91=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5B is #87E4A4. Grayscale: #3D3D3D. Windows color (decimal): -8905893 or 5970808. OLE color: 5970808.

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

Color convert

RGB1202791-
CMYK00.780.240.53
HSL318.71º63.27%28.82%-
HSV(B)318.71º77.5%47.06%-
XYZ10.035.5310.44-
YUV62.1144.31169.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=50.42%
G=11.34%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120279100.780.240.53318.7163.2728.82
Hex781B5B04E183513f3f1d
Octal17033133011630654777735
Binary1111000110111011011010011101100011010110011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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