#762063

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

Shades of Palatinate Purple #762063

Tints of Palatinate Purple #762063

Color information

#762063 (or 0x762063) is unknown color: approx Palatinate Purple. HEX triplet: 76, 20 and 63. RGB value is (118,32,99). Sum of RGB (Red+Green+Blue) = 118+32+99=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #762063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762063 is #89DF9C. Grayscale: #414141. Windows color (decimal): -9035677 or 6496374. OLE color: 6496374.

HSL color Cylindrical-coordinate representation of color #762063: hue angle of 313.26º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762063 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1183299-
CMYK00.730.160.54
HSL313.26º57.33%29.41%-
HSV(B)313.26º72.88%46.27%-
XYZ10.245.7912.38-
YUV65.35146.99165.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=47.39%
G=12.85%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118329900.730.160.54313.2657.3329.41
Hex7620630491036139391d
Octal16640143011120664717135
Binary11101101000001100011010010011000011011010011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762063; }

 p { color: rgb(118,32,99); }

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

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

 a { background-color: rgb(118,32,99); }

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

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

 span { border-color: rgb(118,32,99); }

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