#7A008D

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

Shades of Purple #7A008D

Tints of Purple #7A008D

Color information

#7A008D (or 0x7A008D) is unknown color: approx Purple. HEX triplet: 7A, 00 and 8D. RGB value is (122,0,141). Sum of RGB (Red+Green+Blue) = 122+0+141=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A008D is #85FF72. Grayscale: #343434. Windows color (decimal): -8781683 or 9240698. OLE color: 9240698.

HSL color Cylindrical-coordinate representation of color #7A008D: hue angle of 291.91º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A008D is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1220141-
CMYK0.13100.45
HSL291.91º100%27.65%-
HSV(B)291.91º100%55.29%-
XYZ12.836.0625.69-
YUV52.55177.92177.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=46.39%
G=0%
B=53.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12201410.13100.45291.9110027.65
Hex7A08DD6402D124641c
Octal17202151514405544414434
Binary1111010010001101110111001000101101100100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,0,141); }

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

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

 a { background-color: rgb(122,0,141); }

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

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

 span { border-color: rgb(122,0,141); }

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