#77185A

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

Shades of Palatinate Purple #77185A

Tints of Palatinate Purple #77185A

Color information

#77185A (or 0x77185A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 18 and 5A. RGB value is (119,24,90). Sum of RGB (Red+Green+Blue) = 119+24+90=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77185A is #88E7A5. Grayscale: #3B3B3B. Windows color (decimal): -8972198 or 5904503. OLE color: 5904503.

HSL color Cylindrical-coordinate representation of color #77185A: hue angle of 318.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77185A is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1192490-
CMYK00.800.240.53
HSL318.32º66.43%28.04%-
HSV(B)318.32º79.83%46.67%-
XYZ9.785.3110.18-
YUV59.93144.97170.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=51.07%
G=10.30%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119249000.800.240.53318.3266.4328.04
Hex77185A050183513e421c
Octal167301320120306547610234
Binary11101111100010110100101000011000110101100111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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