#77296B

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

Shades of Palatinate Purple #77296B

Tints of Palatinate Purple #77296B

Color information

#77296B (or 0x77296B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 6B. RGB value is (119,41,107). Sum of RGB (Red+Green+Blue) = 119+41+107=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296B is #88D694. Grayscale: #474747. Windows color (decimal): -8967829 or 7022967. OLE color: 7022967.

HSL color Cylindrical-coordinate representation of color #77296B: hue angle of 309.23º degrees, saturation: 0.49, 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 #77296B is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11941107-
CMYK00.660.100.53
HSL309.23º48.75%31.37%-
HSV(B)309.23º65.55%46.67%-
XYZ11.056.5714.6-
YUV71.85147.84161.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=44.57%
G=15.36%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110700.660.100.53309.2348.7531.37
Hex77296B042A35135311f
Octal16751153010212654656137
Binary1110111101001110101101000010101011010110011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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