#762665

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

Shades of Palatinate Purple #762665

Tints of Palatinate Purple #762665

Color information

#762665 (or 0x762665) is unknown color: approx Palatinate Purple. HEX triplet: 76, 26 and 65. RGB value is (118,38,101). Sum of RGB (Red+Green+Blue) = 118+38+101=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762665 is #89D99A. Grayscale: #444444. Windows color (decimal): -9034139 or 6628982. OLE color: 6628982.

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

Color convert

RGB11838101-
CMYK00.680.140.54
HSL312.75º51.28%30.59%-
HSV(B)312.75º67.8%46.27%-
XYZ10.516.1812.95-
YUV69.1146162.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=45.91%
G=14.79%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183810100.680.140.54312.7551.2830.59
Hex762665044E36139331f
Octal16646145010416664716337
Binary1110110100110110010101000100111011011010011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762665; }

 p { color: rgb(118,38,101); }

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

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

 a { background-color: rgb(118,38,101); }

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

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

 span { border-color: rgb(118,38,101); }

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