#773360

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

Shades of Palatinate Purple #773360

Tints of Palatinate Purple #773360

Color information

#773360 (or 0x773360) is unknown color: approx Palatinate Purple. HEX triplet: 77, 33 and 60. RGB value is (119,51,96). Sum of RGB (Red+Green+Blue) = 119+51+96=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #773360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773360 is #88CC9F. Grayscale: #4C4C4C. Windows color (decimal): -8965280 or 6304631. OLE color: 6304631.

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

Color convert

RGB1195196-
CMYK00.570.190.53
HSL320.29º40%33.33%-
HSV(B)320.29º57.14%46.67%-
XYZ10.97.1311.87-
YUV76.46139.03158.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=44.74%
G=19.17%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119519600.570.190.53320.294033.33
Hex77336003913351402821
Octal1676314007123655005041
Binary11101111100111100000011100110011110101101000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773360; }

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

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

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

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

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

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

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

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