#760962

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

Shades of Palatinate Purple #760962

Tints of Palatinate Purple #760962

Color information

#760962 (or 0x760962) is unknown color: approx Palatinate Purple. HEX triplet: 76, 09 and 62. RGB value is (118,9,98). Sum of RGB (Red+Green+Blue) = 118+9+98=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760962 is #89F69D. Grayscale: #333333. Windows color (decimal): -9041566 or 6424950. OLE color: 6424950.

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

Color convert

RGB118998-
CMYK00.920.170.54
HSL311.01º85.83%24.9%-
HSV(B)311.01º92.37%46.27%-
XYZ9.774.9311.99-
YUV51.74154.11175.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=52.44%
G=4%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11899800.920.170.54311.0185.8324.9
Hex7696205C11361375619
Octal166111420134216646712631
Binary1110110100111000100101110010001110110100110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760962; }

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

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

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

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

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

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

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

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