#7B3AAE

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

Shades of Royal Purple #7B3AAE

Tints of Royal Purple #7B3AAE

Color information

#7B3AAE (or 0x7B3AAE) is unknown color: approx Royal Purple. HEX triplet: 7B, 3A and AE. RGB value is (123,58,174). Sum of RGB (Red+Green+Blue) = 123+58+174=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3AAE is #84C551. Grayscale: #5A5A5A. Windows color (decimal): -8701266 or 11418235. OLE color: 11418235.

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

Color convert

RGB12358174-
CMYK0.290.6700.32
HSL273.62º50%45.49%-
HSV(B)273.62º66.67%68.24%-
XYZ17.3210.2941.12-
YUV90.66175.03151.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.65%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=34.65%
G=16.34%
B=49.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123581740.290.6700.32273.625045.49
Hex7B3AAE1D43020112322d
Octal17372256351030404226255
Binary1111011111010101011101110110000110100000100010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,58,174); }

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

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

 a { background-color: rgb(123,58,174); }

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

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

 span { border-color: rgb(123,58,174); }

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