#77155D

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

Shades of Palatinate Purple #77155D

Tints of Palatinate Purple #77155D

Color information

#77155D (or 0x77155D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 5D. RGB value is (119,21,93). Sum of RGB (Red+Green+Blue) = 119+21+93=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77155D is #88EAA2. Grayscale: #3A3A3A. Windows color (decimal): -8972963 or 6100343. OLE color: 6100343.

HSL color Cylindrical-coordinate representation of color #77155D: hue angle of 315.92º 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 #77155D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1192193-
CMYK00.820.220.53
HSL315.92º70%27.45%-
HSV(B)315.92º82.35%46.67%-
XYZ9.855.2510.85-
YUV58.51147.47171.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=51.07%
G=9.01%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119219300.820.220.53315.927027.45
Hex77155D052163513c461b
Octal167251350122266547410633
Binary11101111010110111010101001010110110101100111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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