#762C63

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

Shades of Palatinate Purple #762C63

Tints of Palatinate Purple #762C63

Color information

#762C63 (or 0x762C63) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2C and 63. RGB value is (118,44,99). Sum of RGB (Red+Green+Blue) = 118+44+99=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C63 is #89D39C. Grayscale: #484848. Windows color (decimal): -9032605 or 6499446. OLE color: 6499446.

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

Color convert

RGB1184499-
CMYK00.630.160.54
HSL315.41º45.68%31.76%-
HSV(B)315.41º62.71%46.27%-
XYZ10.626.5512.51-
YUV72.4143.02160.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=45.21%
G=16.86%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118449900.630.160.54315.4145.6831.76
Hex762C6303F103613b2e20
Octal1665414307720664735640
Binary11101101011001100011011111110000110110100111011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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