#7A0E6A

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

Shades of Dark Purple #7A0E6A

Tints of Dark Purple #7A0E6A

Color information

#7A0E6A (or 0x7A0E6A) is unknown color: approx Dark Purple. HEX triplet: 7A, 0E and 6A. RGB value is (122,14,106). Sum of RGB (Red+Green+Blue) = 122+14+106=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E6A is #85F195. Grayscale: #383838. Windows color (decimal): -8778134 or 6950522. OLE color: 6950522.

HSL color Cylindrical-coordinate representation of color #7A0E6A: hue angle of 308.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E6A is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12214106-
CMYK00.890.130.52
HSL308.89º79.41%26.67%-
HSV(B)308.89º88.52%47.84%-
XYZ10.785.4914.13-
YUV56.78155.78174.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.41%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=50.41%
G=5.79%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221410600.890.130.52308.8979.4126.67
Hex7AE6A059D341354f1b
Octal172161520131156446511733
Binary111101011101101010010110011101110100100110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,106); }

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

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

 a { background-color: rgb(122,14,106); }

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

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

 span { border-color: rgb(122,14,106); }

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