#781B61

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

Shades of Palatinate Purple #781B61

Tints of Palatinate Purple #781B61

Color information

#781B61 (or 0x781B61) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1B and 61. RGB value is (120,27,97). Sum of RGB (Red+Green+Blue) = 120+27+97=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B61 is #87E49E. Grayscale: #3E3E3E. Windows color (decimal): -8905887 or 6364024. OLE color: 6364024.

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

Color convert

RGB1202797-
CMYK00.780.190.53
HSL314.84º63.27%28.82%-
HSV(B)314.84º77.5%47.06%-
XYZ10.35.6411.86-
YUV62.79147.31168.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=49.18%
G=11.07%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120279700.780.190.53314.8463.2728.82
Hex781B6104E133513b3f1d
Octal17033141011623654737735
Binary1111000110111100001010011101001111010110011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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