#763567

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

Shades of Palatinate Purple #763567

Tints of Palatinate Purple #763567

Color information

#763567 (or 0x763567) is unknown color: approx Palatinate Purple. HEX triplet: 76, 35 and 67. RGB value is (118,53,103). Sum of RGB (Red+Green+Blue) = 118+53+103=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #763567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763567 is #89CA98. Grayscale: #4E4E4E. Windows color (decimal): -9030297 or 6763894. OLE color: 6763894.

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

Color convert

RGB11853103-
CMYK00.550.130.54
HSL313.85º38.01%33.53%-
HSV(B)313.85º55.08%46.27%-
XYZ11.197.3813.67-
YUV78.14142.03156.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=43.07%
G=19.34%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185310300.550.130.54313.8538.0133.53
Hex763567037D3613a2622
Octal1666514706715664724642
Binary1110110110101110011101101111101110110100111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763567; }

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

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

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

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

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

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

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

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