#7A1C63

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

Shades of Palatinate Purple #7A1C63

Tints of Palatinate Purple #7A1C63

Color information

#7A1C63 (or 0x7A1C63) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 1C and 63. RGB value is (122,28,99). Sum of RGB (Red+Green+Blue) = 122+28+99=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1C63 is #85E39C. Grayscale: #404040. Windows color (decimal): -8774557 or 6495354. OLE color: 6495354.

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

Color convert

RGB1222899-
CMYK00.770.190.52
HSL314.68º62.67%29.41%-
HSV(B)314.68º77.05%47.84%-
XYZ10.695.8712.37-
YUV64.2147.64169.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.00%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=49.00%
G=11.24%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122289900.770.190.52314.6862.6729.41
Hex7A1C6304D133413b3f1d
Octal17234143011523644737735
Binary1111010111001100011010011011001111010010011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,28,99); }

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

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

 a { background-color: rgb(122,28,99); }

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

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

 span { border-color: rgb(122,28,99); }

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