#761563

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

Shades of Palatinate Purple #761563

Tints of Palatinate Purple #761563

Color information

#761563 (or 0x761563) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 63. RGB value is (118,21,99). Sum of RGB (Red+Green+Blue) = 118+21+99=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761563 is #89EA9C. Grayscale: #3A3A3A. Windows color (decimal): -9038493 or 6493558. OLE color: 6493558.

HSL color Cylindrical-coordinate representation of color #761563: hue angle of 311.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761563 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1182199-
CMYK00.820.160.54
HSL311.75º69.78%27.25%-
HSV(B)311.75º82.2%46.27%-
XYZ9.995.2912.3-
YUV58.9150.64170.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=49.58%
G=8.82%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118219900.820.160.54311.7569.7827.25
Hex7615630521036138461b
Octal166251430122206647010633
Binary11101101010111000110101001010000110110100111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761563; }

 p { color: rgb(118,21,99); }

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

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

 a { background-color: rgb(118,21,99); }

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

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

 span { border-color: rgb(118,21,99); }

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