#762160

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

Shades of Palatinate Purple #762160

Tints of Palatinate Purple #762160

Color information

#762160 (or 0x762160) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 60. RGB value is (118,33,96). Sum of RGB (Red+Green+Blue) = 118+33+96=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #762160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762160 is #89DE9F. Grayscale: #414141. Windows color (decimal): -9035424 or 6300022. OLE color: 6300022.

HSL color Cylindrical-coordinate representation of color #762160: hue angle of 315.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762160 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1183396-
CMYK00.720.190.54
HSL315.53º56.29%29.61%-
HSV(B)315.53º72.03%46.27%-
XYZ10.135.7811.65-
YUV65.6145.16165.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=47.77%
G=13.36%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118339600.720.190.54315.5356.2929.61
Hex762160048133613c381e
Octal16641140011023664747036
Binary11101101000011100000010010001001111011010011110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762160; }

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

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

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

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

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

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

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

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