#7A3AA7

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

Shades of Royal Purple #7A3AA7

Tints of Royal Purple #7A3AA7

Color information

#7A3AA7 (or 0x7A3AA7) is unknown color: approx Royal Purple. HEX triplet: 7A, 3A and A7. RGB value is (122,58,167). Sum of RGB (Red+Green+Blue) = 122+58+167=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #7A3AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3AA7 is #85C558. Grayscale: #595959. Windows color (decimal): -8766809 or 10959482. OLE color: 10959482.

HSL color Cylindrical-coordinate representation of color #7A3AA7: hue angle of 275.23º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3AA7 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12258167-
CMYK0.270.6500.35
HSL275.23º48.44%44.12%-
HSV(B)275.23º65.27%65.49%-
XYZ16.519.9537.61-
YUV89.56171.7151.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=35.16%
G=16.71%
B=48.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122581670.270.6500.35275.2348.4444.12
Hex7A3AA71B41023113302c
Octal17272247331010434236054
Binary1111010111010101001111101110000010100011100010011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,167); }

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

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

 a { background-color: rgb(122,58,167); }

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

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

 span { border-color: rgb(122,58,167); }

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