#7A1B62

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

Shades of Palatinate Purple #7A1B62

Tints of Palatinate Purple #7A1B62

Color information

#7A1B62 (or 0x7A1B62) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 1B and 62. RGB value is (122,27,98). Sum of RGB (Red+Green+Blue) = 122+27+98=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B62 is #85E49D. Grayscale: #3F3F3F. Windows color (decimal): -8774814 or 6429562. OLE color: 6429562.

HSL color Cylindrical-coordinate representation of color #7A1B62: hue angle of 315.16º 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 #7A1B62 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1222798-
CMYK00.780.200.52
HSL315.16º63.76%29.22%-
HSV(B)315.16º77.87%47.84%-
XYZ10.625.812.12-
YUV63.5147.47169.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.39%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=49.39%
G=10.93%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122279800.780.200.52315.1663.7629.22
Hex7A1B6204E143413b401d
Octal172331420116246447310035
Binary11110101101111000100100111010100110100100111011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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