#761568

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

Shades of Palatinate Purple #761568

Tints of Palatinate Purple #761568

Color information

#761568 (or 0x761568) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 68. RGB value is (118,21,104). Sum of RGB (Red+Green+Blue) = 118+21+104=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761568 is #89EA97. Grayscale: #3B3B3B. Windows color (decimal): -9038488 or 6821238. OLE color: 6821238.

HSL color Cylindrical-coordinate representation of color #761568: hue angle of 308.66º 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 #761568 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11821104-
CMYK00.820.120.54
HSL308.66º69.78%27.25%-
HSV(B)308.66º82.2%46.27%-
XYZ10.245.3913.6-
YUV59.46153.14169.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=48.56%
G=8.64%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182110400.820.120.54308.6669.7827.25
Hex761568052C36135461b
Octal166251500122146646510633
Binary1110110101011101000010100101100110110100110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761568; }

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

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

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

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

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

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

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

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