#7A37A9

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

Shades of Royal Purple #7A37A9

Tints of Royal Purple #7A37A9

Color information

#7A37A9 (or 0x7A37A9) is unknown color: approx Royal Purple. HEX triplet: 7A, 37 and A9. RGB value is (122,55,169). Sum of RGB (Red+Green+Blue) = 122+55+169=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A37A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A37A9 is #85C856. Grayscale: #575757. Windows color (decimal): -8767575 or 11089786. OLE color: 11089786.

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

Color convert

RGB12255169-
CMYK0.280.6700.34
HSL275.26º50.89%43.92%-
HSV(B)275.26º67.46%66.27%-
XYZ16.559.7338.54-
YUV88.03173.7152.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=35.26%
G=15.90%
B=48.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122551690.280.6700.34275.2650.8943.92
Hex7A37A91C43022113332c
Octal17267251341030424236354
Binary1111010110111101010011110010000110100010100010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A37A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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