#7A1C62

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

Shades of Palatinate Purple #7A1C62

Tints of Palatinate Purple #7A1C62

Color information

#7A1C62 (or 0x7A1C62) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 1C and 62. RGB value is (122,28,98). Sum of RGB (Red+Green+Blue) = 122+28+98=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1C62 is #85E39D. Grayscale: #3F3F3F. Windows color (decimal): -8774558 or 6429818. OLE color: 6429818.

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

Color convert

RGB1222898-
CMYK00.770.200.52
HSL315.32º62.67%29.41%-
HSV(B)315.32º77.05%47.84%-
XYZ10.655.8512.12-
YUV64.09147.14169.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=49.19%
G=11.29%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122289800.770.200.52315.3262.6729.41
Hex7A1C6204D143413b3f1d
Octal17234142011524644737735
Binary1111010111001100010010011011010011010010011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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