#760862

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

Shades of Palatinate Purple #760862

Tints of Palatinate Purple #760862

Color information

#760862 (or 0x760862) is unknown color: approx Palatinate Purple. HEX triplet: 76, 08 and 62. RGB value is (118,8,98). Sum of RGB (Red+Green+Blue) = 118+8+98=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760862 is #89F79D. Grayscale: #323232. Windows color (decimal): -9041822 or 6424694. OLE color: 6424694.

HSL color Cylindrical-coordinate representation of color #760862: hue angle of 310.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760862 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB118898-
CMYK00.930.170.54
HSL310.91º87.3%24.71%-
HSV(B)310.91º93.22%46.27%-
XYZ9.764.9111.99-
YUV51.15154.44175.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 98 (38.67% from 255) = 43.75%
R=52.68%
G=3.57%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11889800.930.170.54310.9187.324.71
Hex7686205D11361375719
Octal166101420135216646712731
Binary1110110100011000100101110110001110110100110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760862; }

 p { color: rgb(118,8,98); }

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

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

 a { background-color: rgb(118,8,98); }

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

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

 span { border-color: rgb(118,8,98); }

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