#77255D

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

Shades of Palatinate Purple #77255D

Tints of Palatinate Purple #77255D

Color information

#77255D (or 0x77255D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 25 and 5D. RGB value is (119,37,93). Sum of RGB (Red+Green+Blue) = 119+37+93=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77255D is #88DAA2. Grayscale: #434343. Windows color (decimal): -8968867 or 6104439. OLE color: 6104439.

HSL color Cylindrical-coordinate representation of color #77255D: hue angle of 319.02º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77255D is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1193793-
CMYK00.690.220.53
HSL319.02º52.56%30.59%-
HSV(B)319.02º68.91%46.67%-
XYZ10.256.0410.98-
YUV67.9142.17164.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=47.79%
G=14.86%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119379300.690.220.53319.0252.5630.59
Hex77255D045163513f351f
Octal16745135010526654776537
Binary11101111001011011101010001011011011010110011111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77255D; }

 p { color: rgb(119,37,93); }

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

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

 a { background-color: rgb(119,37,93); }

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

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

 span { border-color: rgb(119,37,93); }

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