#77295F

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

Shades of Palatinate Purple #77295F

Tints of Palatinate Purple #77295F

Color information

#77295F (or 0x77295F) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 5F. RGB value is (119,41,95). Sum of RGB (Red+Green+Blue) = 119+41+95=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #77295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295F is #88D6A0. Grayscale: #464646. Windows color (decimal): -8967841 or 6236535. OLE color: 6236535.

HSL color Cylindrical-coordinate representation of color #77295F: hue angle of 318.46º 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 #77295F is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1194195-
CMYK00.660.200.53
HSL318.46º48.75%31.37%-
HSV(B)318.46º65.55%46.67%-
XYZ10.476.3311.5-
YUV70.48141.84162.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=46.67%
G=16.08%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119419500.660.200.53318.4648.7531.37
Hex77295F042143513e311f
Octal16751137010224654766137
Binary11101111010011011111010000101010011010110011111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77295F; }

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

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

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

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

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

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

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

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