#7A1E65

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

Shades of Palatinate Purple #7A1E65

Tints of Palatinate Purple #7A1E65

Color information

#7A1E65 (or 0x7A1E65) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 1E and 65. RGB value is (122,30,101). Sum of RGB (Red+Green+Blue) = 122+30+101=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1E65 is #85E19A. Grayscale: #414141. Windows color (decimal): -8774043 or 6626938. OLE color: 6626938.

HSL color Cylindrical-coordinate representation of color #7A1E65: hue angle of 313.7º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1E65 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB12230101-
CMYK00.750.170.52
HSL313.7º60.53%29.8%-
HSV(B)313.7º75.41%47.84%-
XYZ10.846.0112.9-
YUV65.6147.98168.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=48.22%
G=11.86%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223010100.750.170.52313.760.5329.8
Hex7A1E6504B113413a3d1e
Octal17236145011321644727536
Binary1111010111101100101010010111000111010010011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,30,101); }

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

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

 a { background-color: rgb(122,30,101); }

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

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

 span { border-color: rgb(122,30,101); }

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