#7A1369

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

Shades of Dark Purple #7A1369

Tints of Dark Purple #7A1369

Color information

#7A1369 (or 0x7A1369) is unknown color: approx Dark Purple. HEX triplet: 7A, 13 and 69. RGB value is (122,19,105). Sum of RGB (Red+Green+Blue) = 122+19+105=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1369 is #85EC96. Grayscale: #3B3B3B. Windows color (decimal): -8776855 or 6886266. OLE color: 6886266.

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

Color convert

RGB12219105-
CMYK00.840.140.52
HSL309.9º73.05%27.65%-
HSV(B)309.9º84.43%47.84%-
XYZ10.815.6213.88-
YUV59.6153.62172.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.59%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=49.59%
G=7.72%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221910500.840.140.52309.973.0527.65
Hex7A1369054E34136491c
Octal172231510124166446611134
Binary1111010100111101001010101001110110100100110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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