#7934AB

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

Shades of Royal Purple #7934AB

Tints of Royal Purple #7934AB

Color information

#7934AB (or 0x7934AB) is unknown color: approx Royal Purple. HEX triplet: 79, 34 and AB. RGB value is (121,52,171). Sum of RGB (Red+Green+Blue) = 121+52+171=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #7934AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7934AB is #86CB54. Grayscale: #555555. Windows color (decimal): -8833877 or 11220089. OLE color: 11220089.

HSL color Cylindrical-coordinate representation of color #7934AB: hue angle of 274.79º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7934AB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12152171-
CMYK0.290.7000.33
HSL274.79º53.36%43.73%-
HSV(B)274.79º69.59%67.06%-
XYZ16.469.4639.49-
YUV86.2175.86152.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 52 (20.70% from 255) = 15.12%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=35.17%
G=15.12%
B=49.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121521710.290.7000.33274.7953.3643.73
Hex7934AB1D46021113352c
Octal17164253351060414236554
Binary1111001110100101010111110110001100100001100010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7934AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7934AB; }

 p { color: rgb(121,52,171); }

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

<style>
 a { background-color: #7934AB; }

 a { background-color: rgb(121,52,171); }

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

<style>
 span { border-color: #7934AB; }

 span { border-color: rgb(121,52,171); }

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