#77155A

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

Shades of Palatinate Purple #77155A

Tints of Palatinate Purple #77155A

Color information

#77155A (or 0x77155A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 5A. RGB value is (119,21,90). Sum of RGB (Red+Green+Blue) = 119+21+90=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77155A is #88EAA5. Grayscale: #393939. Windows color (decimal): -8972966 or 5903735. OLE color: 5903735.

HSL color Cylindrical-coordinate representation of color #77155A: hue angle of 317.76º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77155A is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1192190-
CMYK00.820.240.53
HSL317.76º70%27.45%-
HSV(B)317.76º82.35%46.67%-
XYZ9.725.210.16-
YUV58.17145.97171.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=51.74%
G=9.13%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119219000.820.240.53317.767027.45
Hex77155A052183513e461b
Octal167251320122306547610633
Binary11101111010110110100101001011000110101100111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77155A; }

 p { color: rgb(119,21,90); }

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

<style>
 a { background-color: #77155A; }

 a { background-color: rgb(119,21,90); }

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

<style>
 span { border-color: #77155A; }

 span { border-color: rgb(119,21,90); }

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