#763360

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

Shades of Palatinate Purple #763360

Tints of Palatinate Purple #763360

Color information

#763360 (or 0x763360) is unknown color: approx Palatinate Purple. HEX triplet: 76, 33 and 60. RGB value is (118,51,96). Sum of RGB (Red+Green+Blue) = 118+51+96=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763360 is #89CC9F. Grayscale: #4C4C4C. Windows color (decimal): -9030816 or 6304630. OLE color: 6304630.

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

Color convert

RGB1185196-
CMYK00.570.190.54
HSL319.7º39.64%33.14%-
HSV(B)319.7º56.78%46.27%-
XYZ10.777.0611.86-
YUV76.16139.2157.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=44.53%
G=19.25%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118519600.570.190.54319.739.6433.14
Hex76336003913361402821
Octal1666314007123665005041
Binary11101101100111100000011100110011110110101000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763360; }

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

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

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

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

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

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

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

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