#7A39A9

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

Shades of Royal Purple #7A39A9

Tints of Royal Purple #7A39A9

Color information

#7A39A9 (or 0x7A39A9) is unknown color: approx Royal Purple. HEX triplet: 7A, 39 and A9. RGB value is (122,57,169). Sum of RGB (Red+Green+Blue) = 122+57+169=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A39A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A39A9 is #85C656. Grayscale: #585858. Windows color (decimal): -8767063 or 11090298. OLE color: 11090298.

HSL color Cylindrical-coordinate representation of color #7A39A9: hue angle of 274.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A39A9 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12257169-
CMYK0.280.6600.34
HSL274.82º49.56%44.31%-
HSV(B)274.82º66.27%66.27%-
XYZ16.659.9338.57-
YUV89.2173.03151.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 169 (66.41% from 255) = 48.56%
R=35.06%
G=16.38%
B=48.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122571690.280.6600.34274.8249.5644.31
Hex7A39A91C42022113322c
Octal17271251341020424236254
Binary1111010111001101010011110010000100100010100010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A39A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,169); }

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

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

 a { background-color: rgb(122,57,169); }

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

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

 span { border-color: rgb(122,57,169); }

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