#771867

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

Shades of Palatinate Purple #771867

Tints of Palatinate Purple #771867

Color information

#771867 (or 0x771867) is unknown color: approx Palatinate Purple. HEX triplet: 77, 18 and 67. RGB value is (119,24,103). Sum of RGB (Red+Green+Blue) = 119+24+103=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #771867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771867 is #88E798. Grayscale: #3D3D3D. Windows color (decimal): -8972185 or 6756471. OLE color: 6756471.

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

Color convert

RGB11924103-
CMYK00.800.130.53
HSL310.11º66.43%28.04%-
HSV(B)310.11º79.83%46.67%-
XYZ10.385.5513.36-
YUV61.41151.47169.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=48.37%
G=9.76%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192410300.800.130.53310.1166.4328.04
Hex771867050D35136421c
Octal167301470120156546610234
Binary1110111110001100111010100001101110101100110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771867; }

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

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

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

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

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

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

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

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