#762166

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

Shades of Palatinate Purple #762166

Tints of Palatinate Purple #762166

Color information

#762166 (or 0x762166) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 66. RGB value is (118,33,102). Sum of RGB (Red+Green+Blue) = 118+33+102=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762166 is #89DE99. Grayscale: #424242. Windows color (decimal): -9035418 or 6693238. OLE color: 6693238.

HSL color Cylindrical-coordinate representation of color #762166: hue angle of 311.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762166 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11833102-
CMYK00.720.140.54
HSL311.29º56.29%29.61%-
HSV(B)311.29º72.03%46.27%-
XYZ10.415.913.16-
YUV66.28148.16164.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=46.64%
G=13.04%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183310200.720.140.54311.2956.2929.61
Hex762166048E36137381e
Octal16641146011016664677036
Binary1110110100001110011001001000111011011010011011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762166; }

 p { color: rgb(118,33,102); }

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

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

 a { background-color: rgb(118,33,102); }

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

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

 span { border-color: rgb(118,33,102); }

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