#762661

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

Shades of Palatinate Purple #762661

Tints of Palatinate Purple #762661

Color information

#762661 (or 0x762661) is unknown color: approx Palatinate Purple. HEX triplet: 76, 26 and 61. RGB value is (118,38,97). Sum of RGB (Red+Green+Blue) = 118+38+97=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762661 is #89D99E. Grayscale: #444444. Windows color (decimal): -9034143 or 6366838. OLE color: 6366838.

HSL color Cylindrical-coordinate representation of color #762661: hue angle of 315.75º 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 #762661 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1183897-
CMYK00.680.180.54
HSL315.75º51.28%30.59%-
HSV(B)315.75º67.8%46.27%-
XYZ10.326.111.94-
YUV68.65144163.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=46.64%
G=15.02%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118389700.680.180.54315.7551.2830.59
Hex762661044123613c331f
Octal16646141010422664746337
Binary11101101001101100001010001001001011011010011110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762661; }

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

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

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

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

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

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

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

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