#7E39AA

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

Shades of Royal Purple #7E39AA

Tints of Royal Purple #7E39AA

Color information

#7E39AA (or 0x7E39AA) is unknown color: approx Royal Purple. HEX triplet: 7E, 39 and AA. RGB value is (126,57,170). Sum of RGB (Red+Green+Blue) = 126+57+170=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E39AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E39AA is #81C655. Grayscale: #5A5A5A. Windows color (decimal): -8504918 or 11155838. OLE color: 11155838.

HSL color Cylindrical-coordinate representation of color #7E39AA: hue angle of 276.64º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E39AA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12657170-
CMYK0.260.6600.33
HSL276.64º49.78%44.51%-
HSV(B)276.64º66.47%66.67%-
XYZ17.3210.2639.1-
YUV90.51172.86153.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=35.69%
G=16.15%
B=48.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126571700.260.6600.33276.6449.7844.51
Hex7E39AA1A42021115322d
Octal17671252321020414256255
Binary1111110111001101010101101010000100100001100010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E39AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,170); }

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

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

 a { background-color: rgb(126,57,170); }

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

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

 span { border-color: rgb(126,57,170); }

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