#7A147C

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

Shades of Purple #7A147C

Tints of Purple #7A147C

Color information

#7A147C (or 0x7A147C) is unknown color: approx Purple. HEX triplet: 7A, 14 and 7C. RGB value is (122,20,124). Sum of RGB (Red+Green+Blue) = 122+20+124=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A147C is #85EB83. Grayscale: #3E3E3E. Windows color (decimal): -8776580 or 8131706. OLE color: 8131706.

HSL color Cylindrical-coordinate representation of color #7A147C: hue angle of 298.85º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A147C is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12220124-
CMYK0.020.8400.51
HSL298.85º72.22%28.24%-
HSV(B)298.85º83.87%48.63%-
XYZ11.916.0919.62-
YUV62.35162.79170.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=45.86%
G=7.52%
B=46.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122201240.020.8400.51298.8572.2228.24
Hex7A147C25403312b481c
Octal17224174212406345311034
Binary11110101010011111001010101000110011100101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,20,124); }

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

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

 a { background-color: rgb(122,20,124); }

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

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

 span { border-color: rgb(122,20,124); }

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