#7A006D

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

Shades of Purple #7A006D

Tints of Purple #7A006D

Color information

#7A006D (or 0x7A006D) is unknown color: approx Purple. HEX triplet: 7A, 00 and 6D. RGB value is (122,0,109). Sum of RGB (Red+Green+Blue) = 122+0+109=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A006D is #85FF92. Grayscale: #303030. Windows color (decimal): -8781715 or 7143546. OLE color: 7143546.

HSL color Cylindrical-coordinate representation of color #7A006D: hue angle of 306.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A006D is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB1220109-
CMYK010.110.52
HSL306.39º100%23.92%-
HSV(B)306.39º100%47.84%-
XYZ10.795.2414.91-
YUV48.9161.92180.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=52.81%
G=0%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1220109010.110.52306.3910023.92
Hex7A06D064B341326418
Octal17201550144136446214430
Binary111101001101101011001001011110100100110010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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