#762F5E

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

Shades of Palatinate Purple #762F5E

Tints of Palatinate Purple #762F5E

Color information

#762F5E (or 0x762F5E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2F and 5E. RGB value is (118,47,94). Sum of RGB (Red+Green+Blue) = 118+47+94=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #762F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F5E is #89D0A1. Grayscale: #494949. Windows color (decimal): -9031842 or 6172534. OLE color: 6172534.

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

Color convert

RGB1184794-
CMYK00.600.200.54
HSL320.28º43.03%32.35%-
HSV(B)320.28º60.17%46.27%-
XYZ10.516.6911.33-
YUV73.59139.52159.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 47 (18.75% from 255) = 18.15%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=45.56%
G=18.15%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118479400.600.200.54320.2843.0332.35
Hex762F5E03C14361402b20
Octal1665713607424665005340
Binary11101101011111011110011110010100110110101000000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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