#762F65

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

Shades of Palatinate Purple #762F65

Tints of Palatinate Purple #762F65

Color information

#762F65 (or 0x762F65) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2F and 65. RGB value is (118,47,101). Sum of RGB (Red+Green+Blue) = 118+47+101=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #762F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F65 is #89D09A. Grayscale: #4A4A4A. Windows color (decimal): -9031835 or 6631286. OLE color: 6631286.

HSL color Cylindrical-coordinate representation of color #762F65: hue angle of 314.37º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F65 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11847101-
CMYK00.600.140.54
HSL314.37º43.03%32.35%-
HSV(B)314.37º60.17%46.27%-
XYZ10.846.8213.06-
YUV74.38143.02159.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=44.36%
G=17.67%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184710100.600.140.54314.3743.0332.35
Hex762F6503CE3613a2b20
Octal1665714507416664725340
Binary1110110101111110010101111001110110110100111010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762F65; }

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

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

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

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

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

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

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

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