#762060

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

Shades of Palatinate Purple #762060

Tints of Palatinate Purple #762060

Color information

#762060 (or 0x762060) is unknown color: approx Palatinate Purple. HEX triplet: 76, 20 and 60. RGB value is (118,32,96). Sum of RGB (Red+Green+Blue) = 118+32+96=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #762060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762060 is #89DF9F. Grayscale: #404040. Windows color (decimal): -9035680 or 6299766. OLE color: 6299766.

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

Color convert

RGB1183296-
CMYK00.730.190.54
HSL315.35º57.33%29.41%-
HSV(B)315.35º72.88%46.27%-
XYZ10.15.7311.64-
YUV65.01145.49165.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=47.97%
G=13.01%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118329600.730.190.54315.3557.3329.41
Hex762060049133613b391d
Octal16640140011123664737135
Binary11101101000001100000010010011001111011010011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762060; }

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

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

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

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

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

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

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

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