#7E30AE

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

Shades of Royal Purple #7E30AE

Tints of Royal Purple #7E30AE

Color information

#7E30AE (or 0x7E30AE) is unknown color: approx Royal Purple. HEX triplet: 7E, 30 and AE. RGB value is (126,48,174). Sum of RGB (Red+Green+Blue) = 126+48+174=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E30AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E30AE is #81CF51. Grayscale: #555555. Windows color (decimal): -8507218 or 11415678. OLE color: 11415678.

HSL color Cylindrical-coordinate representation of color #7E30AE: hue angle of 277.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E30AE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12648174-
CMYK0.280.7200.32
HSL277.14º56.76%43.53%-
HSV(B)277.14º72.41%68.24%-
XYZ17.39.6140.99-
YUV85.69177.84156.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 174 (68.36% from 255) = 50%
R=36.21%
G=13.79%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126481740.280.7200.32277.1456.7643.53
Hex7E30AE1C48020115392c
Octal17660256341100404257154
Binary1111110110000101011101110010010000100000100010101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,174); }

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

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

 a { background-color: rgb(126,48,174); }

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

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

 span { border-color: rgb(126,48,174); }

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