#77105F

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

Shades of Palatinate Purple #77105F

Tints of Palatinate Purple #77105F

Color information

#77105F (or 0x77105F) is unknown color: approx Palatinate Purple. HEX triplet: 77, 10 and 5F. RGB value is (119,16,95). Sum of RGB (Red+Green+Blue) = 119+16+95=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77105F is #88EFA0. Grayscale: #373737. Windows color (decimal): -8974241 or 6230135. OLE color: 6230135.

HSL color Cylindrical-coordinate representation of color #77105F: hue angle of 313.98º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77105F is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1191695-
CMYK00.870.200.53
HSL313.98º76.3%26.47%-
HSV(B)313.98º86.55%46.67%-
XYZ9.865.1211.29-
YUV55.8150.12173.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=51.74%
G=6.96%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119169500.870.200.53313.9876.326.47
Hex77105F057143513a4c1a
Octal167201370127246547211432
Binary11101111000010111110101011110100110101100111010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77105F; }

 p { color: rgb(119,16,95); }

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

<style>
 a { background-color: #77105F; }

 a { background-color: rgb(119,16,95); }

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

<style>
 span { border-color: #77105F; }

 span { border-color: rgb(119,16,95); }

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