#770B63

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

Shades of Palatinate Purple #770B63

Tints of Palatinate Purple #770B63

Color information

#770B63 (or 0x770B63) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0B and 63. RGB value is (119,11,99). Sum of RGB (Red+Green+Blue) = 119+11+99=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #770B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B63 is #88F49C. Grayscale: #353535. Windows color (decimal): -8975517 or 6490999. OLE color: 6490999.

HSL color Cylindrical-coordinate representation of color #770B63: hue angle of 311.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B63 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1191199-
CMYK00.910.170.53
HSL311.11º83.08%25.49%-
HSV(B)311.11º90.76%46.67%-
XYZ9.985.0612.26-
YUV53.32153.78174.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=51.97%
G=4.80%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119900.910.170.53311.1183.0825.49
Hex77B6305B11351375319
Octal167131430133216546712331
Binary1110111101111000110101101110001110101100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770B63; }

 p { color: rgb(119,11,99); }

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

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

 a { background-color: rgb(119,11,99); }

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

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

 span { border-color: rgb(119,11,99); }

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