#7A2EB1

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

Shades of Royal Purple #7A2EB1

Tints of Royal Purple #7A2EB1

Color information

#7A2EB1 (or 0x7A2EB1) is unknown color: approx Royal Purple. HEX triplet: 7A, 2E and B1. RGB value is (122,46,177). Sum of RGB (Red+Green+Blue) = 122+46+177=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A2EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2EB1 is #85D14E. Grayscale: #535353. Windows color (decimal): -8769871 or 11611770. OLE color: 11611770.

HSL color Cylindrical-coordinate representation of color #7A2EB1: hue angle of 274.81º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2EB1 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12246177-
CMYK0.310.7400.31
HSL274.81º58.74%43.73%-
HSV(B)274.81º74.01%69.41%-
XYZ16.949.2742.49-
YUV83.66180.68155.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 46 (18.36% from 255) = 13.33%
BLUE value IS 177 (69.53% from 255) = 51.30%
R=35.36%
G=13.33%
B=51.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122461770.310.7400.31274.8158.7443.73
Hex7A2EB11F4A01F1133b2c
Octal17256261371120374237354
Binary111101010111010110001111111001010011111100010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,46,177); }

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

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

 a { background-color: rgb(122,46,177); }

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

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

 span { border-color: rgb(122,46,177); }

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