#7A147E

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

Shades of Purple #7A147E

Tints of Purple #7A147E

Color information

#7A147E (or 0x7A147E) is unknown color: approx Purple. HEX triplet: 7A, 14 and 7E. RGB value is (122,20,126). Sum of RGB (Red+Green+Blue) = 122+20+126=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A147E is #85EB81. Grayscale: #3E3E3E. Windows color (decimal): -8776578 or 8262778. OLE color: 8262778.

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

Color convert

RGB12220126-
CMYK0.030.8400.51
HSL297.74º72.6%28.63%-
HSV(B)297.74º84.13%49.41%-
XYZ12.046.1420.29-
YUV62.58163.79170.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 126 (49.61% from 255) = 47.01%
R=45.52%
G=7.46%
B=47.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122201260.030.8400.51297.7472.628.63
Hex7A147E35403312a491d
Octal17224176312406345211135
Binary11110101010011111101110101000110011100101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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