#770862

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

Shades of Palatinate Purple #770862

Tints of Palatinate Purple #770862

Color information

#770862 (or 0x770862) is unknown color: approx Palatinate Purple. HEX triplet: 77, 08 and 62. RGB value is (119,8,98). Sum of RGB (Red+Green+Blue) = 119+8+98=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770862 is #88F79D. Grayscale: #333333. Windows color (decimal): -8976286 or 6424695. OLE color: 6424695.

HSL color Cylindrical-coordinate representation of color #770862: hue angle of 311.35º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770862 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB119898-
CMYK00.930.180.53
HSL311.35º87.4%24.9%-
HSV(B)311.35º93.28%46.67%-
XYZ9.94.9811.99-
YUV51.45154.27176.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=52.89%
G=3.56%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11989800.930.180.53311.3587.424.9
Hex7786205D12351375719
Octal167101420135226546712731
Binary1110111100011000100101110110010110101100110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770862; }

 p { color: rgb(119,8,98); }

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

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

 a { background-color: rgb(119,8,98); }

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

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

 span { border-color: rgb(119,8,98); }

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