#762F67

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

Shades of Palatinate Purple #762F67

Tints of Palatinate Purple #762F67

Color information

#762F67 (or 0x762F67) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2F and 67. RGB value is (118,47,103). Sum of RGB (Red+Green+Blue) = 118+47+103=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F67 is #89D098. Grayscale: #4A4A4A. Windows color (decimal): -9031833 or 6762358. OLE color: 6762358.

HSL color Cylindrical-coordinate representation of color #762F67: hue angle of 312.68º 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 #762F67 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11847103-
CMYK00.600.130.54
HSL312.68º43.03%32.35%-
HSV(B)312.68º60.17%46.27%-
XYZ10.946.8613.58-
YUV74.61144.02158.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=44.03%
G=17.54%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184710300.600.130.54312.6843.0332.35
Hex762F6703CD361392b20
Octal1665714707415664715340
Binary1110110101111110011101111001101110110100111001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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