#762663

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

Shades of Palatinate Purple #762663

Tints of Palatinate Purple #762663

Color information

#762663 (or 0x762663) is unknown color: approx Palatinate Purple. HEX triplet: 76, 26 and 63. RGB value is (118,38,99). Sum of RGB (Red+Green+Blue) = 118+38+99=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762663 is #89D99C. Grayscale: #444444. Windows color (decimal): -9034141 or 6497910. OLE color: 6497910.

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

Color convert

RGB1183899-
CMYK00.680.160.54
HSL314.25º51.28%30.59%-
HSV(B)314.25º67.8%46.27%-
XYZ10.426.1412.44-
YUV68.87145163.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=46.27%
G=14.90%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118389900.680.160.54314.2551.2830.59
Hex762663044103613a331f
Octal16646143010420664726337
Binary11101101001101100011010001001000011011010011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762663; }

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

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

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

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

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

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

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

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