#7A336F

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

Shades of Dark Purple #7A336F

Tints of Dark Purple #7A336F

Color information

#7A336F (or 0x7A336F) is unknown color: approx Dark Purple. HEX triplet: 7A, 33 and 6F. RGB value is (122,51,111). Sum of RGB (Red+Green+Blue) = 122+51+111=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A336F is #85CC90. Grayscale: #4E4E4E. Windows color (decimal): -8768657 or 7287674. OLE color: 7287674.

HSL color Cylindrical-coordinate representation of color #7A336F: hue angle of 309.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A336F is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12251111-
CMYK00.580.090.52
HSL309.3º41.04%33.92%-
HSV(B)309.3º58.2%47.84%-
XYZ12.087.6515.88-
YUV79.07146.02158.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=42.96%
G=17.96%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225111100.580.090.52309.341.0433.92
Hex7A336F03A9341352922
Octal1726315707211644655142
Binary1111010110011110111101110101001110100100110101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,111); }

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

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

 a { background-color: rgb(122,51,111); }

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

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

 span { border-color: rgb(122,51,111); }

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