#7A3AAB

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

Shades of Royal Purple #7A3AAB

Tints of Royal Purple #7A3AAB

Color information

#7A3AAB (or 0x7A3AAB) is unknown color: approx Royal Purple. HEX triplet: 7A, 3A and AB. RGB value is (122,58,171). Sum of RGB (Red+Green+Blue) = 122+58+171=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3AAB is #85C554. Grayscale: #595959. Windows color (decimal): -8766805 or 11221626. OLE color: 11221626.

HSL color Cylindrical-coordinate representation of color #7A3AAB: hue angle of 273.98º degrees, saturation: 0.49, 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 #7A3AAB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12258171-
CMYK0.290.6600.33
HSL273.98º49.34%44.9%-
HSV(B)273.98º66.08%67.06%-
XYZ16.8910.139.59-
YUV90.02173.7150.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=34.76%
G=16.52%
B=48.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122581710.290.6600.33273.9849.3444.9
Hex7A3AAB1D42021112312d
Octal17272253351020414226155
Binary1111010111010101010111110110000100100001100010010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,171); }

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

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

 a { background-color: rgb(122,58,171); }

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

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

 span { border-color: rgb(122,58,171); }

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