#772867

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

Shades of Palatinate Purple #772867

Tints of Palatinate Purple #772867

Color information

#772867 (or 0x772867) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 67. RGB value is (119,40,103). Sum of RGB (Red+Green+Blue) = 119+40+103=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772867 is #88D798. Grayscale: #464646. Windows color (decimal): -8968089 or 6760567. OLE color: 6760567.

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

Color convert

RGB11940103-
CMYK00.660.130.53
HSL312.15º49.69%31.18%-
HSV(B)312.15º66.39%46.67%-
XYZ10.816.4213.5-
YUV70.8146.17162.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 103 (40.62% from 255) = 39.31%
R=45.42%
G=15.27%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194010300.660.130.53312.1549.6931.18
Hex772867042D35138321f
Octal16750147010215654706237
Binary1110111101000110011101000010110111010110011100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772867; }

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

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

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

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

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

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

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

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