#773567

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

Shades of Palatinate Purple #773567

Tints of Palatinate Purple #773567

Color information

#773567 (or 0x773567) is unknown color: approx Palatinate Purple. HEX triplet: 77, 35 and 67. RGB value is (119,53,103). Sum of RGB (Red+Green+Blue) = 119+53+103=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #773567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773567 is #88CA98. Grayscale: #4E4E4E. Windows color (decimal): -8964761 or 6763895. OLE color: 6763895.

HSL color Cylindrical-coordinate representation of color #773567: hue angle of 314.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773567 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11953103-
CMYK00.550.130.53
HSL314.55º38.37%33.73%-
HSV(B)314.55º55.46%46.67%-
XYZ11.337.4513.67-
YUV78.43141.87156.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=43.27%
G=19.27%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195310300.550.130.53314.5538.3733.73
Hex773567037D3513b2622
Octal1676514706715654734642
Binary1110111110101110011101101111101110101100111011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773567; }

 p { color: rgb(119,53,103); }

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

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

 a { background-color: rgb(119,53,103); }

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

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

 span { border-color: rgb(119,53,103); }

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