#7A0D69

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

Shades of Dark Purple #7A0D69

Tints of Dark Purple #7A0D69

Color information

#7A0D69 (or 0x7A0D69) is unknown color: approx Dark Purple. HEX triplet: 7A, 0D and 69. RGB value is (122,13,105). Sum of RGB (Red+Green+Blue) = 122+13+105=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D69 is #85F296. Grayscale: #373737. Windows color (decimal): -8778391 or 6884730. OLE color: 6884730.

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

Color convert

RGB12213105-
CMYK00.890.140.52
HSL309.36º80.74%26.47%-
HSV(B)309.36º89.34%47.84%-
XYZ10.725.4513.85-
YUV56.08155.61175.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=50.83%
G=5.42%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221310500.890.140.52309.3680.7426.47
Hex7AD69059E34135511a
Octal172151510131166446512132
Binary111101011011101001010110011110110100100110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,13,105); }

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

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

 a { background-color: rgb(122,13,105); }

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

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

 span { border-color: rgb(122,13,105); }

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