#7A2BAE

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

Shades of Royal Purple #7A2BAE

Tints of Royal Purple #7A2BAE

Color information

#7A2BAE (or 0x7A2BAE) is unknown color: approx Royal Purple. HEX triplet: 7A, 2B and AE. RGB value is (122,43,174). Sum of RGB (Red+Green+Blue) = 122+43+174=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2BAE is #85D451. Grayscale: #515151. Windows color (decimal): -8770642 or 11414394. OLE color: 11414394.

HSL color Cylindrical-coordinate representation of color #7A2BAE: hue angle of 276.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2BAE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12243174-
CMYK0.300.7500.32
HSL276.18º60.37%42.55%-
HSV(B)276.18º75.29%68.24%-
XYZ16.538.9240.9-
YUV81.56180.17156.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=35.99%
G=12.68%
B=51.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122431740.300.7500.32276.1860.3742.55
Hex7A2BAE1E4B0201143c2b
Octal17253256361130404247453
Binary1111010101011101011101111010010110100000100010100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,43,174); }

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

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

 a { background-color: rgb(122,43,174); }

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

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

 span { border-color: rgb(122,43,174); }

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