#77125A

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

Shades of Palatinate Purple #77125A

Tints of Palatinate Purple #77125A

Color information

#77125A (or 0x77125A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 12 and 5A. RGB value is (119,18,90). Sum of RGB (Red+Green+Blue) = 119+18+90=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77125A is #88EDA5. Grayscale: #383838. Windows color (decimal): -8973734 or 5902967. OLE color: 5902967.

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

Color convert

RGB1191890-
CMYK00.850.240.53
HSL317.23º73.72%26.86%-
HSV(B)317.23º84.87%46.67%-
XYZ9.675.0910.15-
YUV56.41146.96172.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=52.42%
G=7.93%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119189000.850.240.53317.2373.7226.86
Hex77125A055183513d4a1b
Octal167221320125306547511233
Binary11101111001010110100101010111000110101100111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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