#77266B

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

Shades of Palatinate Purple #77266B

Tints of Palatinate Purple #77266B

Color information

#77266B (or 0x77266B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 26 and 6B. RGB value is (119,38,107). Sum of RGB (Red+Green+Blue) = 119+38+107=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77266B is #88D994. Grayscale: #454545. Windows color (decimal): -8968597 or 7022199. OLE color: 7022199.

HSL color Cylindrical-coordinate representation of color #77266B: hue angle of 308.89º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77266B is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11938107-
CMYK00.680.100.53
HSL308.89º51.59%30.78%-
HSV(B)308.89º68.07%46.67%-
XYZ10.956.3714.56-
YUV70.08148.84162.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=45.08%
G=14.39%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193810700.680.100.53308.8951.5930.78
Hex77266B044A35135341f
Octal16746153010412654656437
Binary1110111100110110101101000100101011010110011010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77266B; }

 p { color: rgb(119,38,107); }

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

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

 a { background-color: rgb(119,38,107); }

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

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

 span { border-color: rgb(119,38,107); }

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