#7A1B60

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

Shades of Palatinate Purple #7A1B60

Tints of Palatinate Purple #7A1B60

Color information

#7A1B60 (or 0x7A1B60) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 1B and 60. RGB value is (122,27,96). Sum of RGB (Red+Green+Blue) = 122+27+96=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B60 is #85E49F. Grayscale: #3F3F3F. Windows color (decimal): -8774816 or 6298490. OLE color: 6298490.

HSL color Cylindrical-coordinate representation of color #7A1B60: hue angle of 316.42º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B60 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB1222796-
CMYK00.780.210.52
HSL316.42º63.76%29.22%-
HSV(B)316.42º77.87%47.84%-
XYZ10.535.7711.62-
YUV63.27146.47169.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=49.80%
G=11.02%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122279600.780.210.52316.4263.7629.22
Hex7A1B6004E153413c401d
Octal172331400116256447410035
Binary11110101101111000000100111010101110100100111100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1B60; }

 p { color: rgb(122,27,96); }

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

<style>
 a { background-color: #7A1B60; }

 a { background-color: rgb(122,27,96); }

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

<style>
 span { border-color: #7A1B60; }

 span { border-color: rgb(122,27,96); }

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