#762C67

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

Shades of Palatinate Purple #762C67

Tints of Palatinate Purple #762C67

Color information

#762C67 (or 0x762C67) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2C and 67. RGB value is (118,44,103). Sum of RGB (Red+Green+Blue) = 118+44+103=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C67 is #89D398. Grayscale: #484848. Windows color (decimal): -9032601 or 6761590. OLE color: 6761590.

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

Color convert

RGB11844103-
CMYK00.630.130.54
HSL312.16º45.68%31.76%-
HSV(B)312.16º62.71%46.27%-
XYZ10.826.6313.54-
YUV72.85145.02160.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=44.53%
G=16.60%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184410300.630.130.54312.1645.6831.76
Hex762C6703FD361382e20
Octal1665414707715664705640
Binary1110110101100110011101111111101110110100111000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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