#762E5E

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

Shades of Palatinate Purple #762E5E

Tints of Palatinate Purple #762E5E

Color information

#762E5E (or 0x762E5E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2E and 5E. RGB value is (118,46,94). Sum of RGB (Red+Green+Blue) = 118+46+94=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E5E is #89D1A1. Grayscale: #484848. Windows color (decimal): -9032098 or 6172278. OLE color: 6172278.

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

Color convert

RGB1184694-
CMYK00.610.200.54
HSL320º43.9%32.16%-
HSV(B)320º61.02%46.27%-
XYZ10.476.6111.31-
YUV73139.85160.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=45.74%
G=17.83%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118469400.610.200.5432043.932.16
Hex762E5E03D14361402c20
Octal1665613607524665005440
Binary11101101011101011110011110110100110110101000000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,46,94); }

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

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

 a { background-color: rgb(118,46,94); }

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

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

 span { border-color: rgb(118,46,94); }

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