#762164

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

Shades of Palatinate Purple #762164

Tints of Palatinate Purple #762164

Color information

#762164 (or 0x762164) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 64. RGB value is (118,33,100). Sum of RGB (Red+Green+Blue) = 118+33+100=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #762164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762164 is #89DE9B. Grayscale: #414141. Windows color (decimal): -9035420 or 6562166. OLE color: 6562166.

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

Color convert

RGB11833100-
CMYK00.720.150.54
HSL312.71º56.29%29.61%-
HSV(B)312.71º72.03%46.27%-
XYZ10.325.8612.64-
YUV66.05147.16165.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=47.01%
G=13.15%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183310000.720.150.54312.7156.2929.61
Hex762164048F36139381e
Octal16641144011017664717036
Binary1110110100001110010001001000111111011010011100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762164; }

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

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

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

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

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

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

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

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