#761B5C

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

Shades of Palatinate Purple #761B5C

Tints of Palatinate Purple #761B5C

Color information

#761B5C (or 0x761B5C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1B and 5C. RGB value is (118,27,92). Sum of RGB (Red+Green+Blue) = 118+27+92=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #761B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B5C is #89E4A3. Grayscale: #3D3D3D. Windows color (decimal): -9036964 or 6036342. OLE color: 6036342.

HSL color Cylindrical-coordinate representation of color #761B5C: hue angle of 317.14º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B5C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1182792-
CMYK00.770.220.54
HSL317.14º62.76%28.43%-
HSV(B)317.14º77.12%46.27%-
XYZ9.795.4110.65-
YUV61.62145.15168.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=49.79%
G=11.39%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118279200.770.220.54317.1462.7628.43
Hex761B5C04D163613d3f1c
Octal16633134011526664757734
Binary1110110110111011100010011011011011011010011110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761B5C; }

 p { color: rgb(118,27,92); }

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

<style>
 a { background-color: #761B5C; }

 a { background-color: rgb(118,27,92); }

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

<style>
 span { border-color: #761B5C; }

 span { border-color: rgb(118,27,92); }

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