#7930AB

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

Shades of Royal Purple #7930AB

Tints of Royal Purple #7930AB

Color information

#7930AB (or 0x7930AB) is unknown color: approx Royal Purple. HEX triplet: 79, 30 and AB. RGB value is (121,48,171). Sum of RGB (Red+Green+Blue) = 121+48+171=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #7930AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7930AB is #86CF54. Grayscale: #535353. Windows color (decimal): -8834901 or 11219065. OLE color: 11219065.

HSL color Cylindrical-coordinate representation of color #7930AB: hue angle of 275.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7930AB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12148171-
CMYK0.290.7200.33
HSL275.61º56.16%42.94%-
HSV(B)275.61º71.93%67.06%-
XYZ16.299.1239.43-
YUV83.85177.18154.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=35.59%
G=14.12%
B=50.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121481710.290.7200.33275.6156.1642.94
Hex7930AB1D48021114382b
Octal17160253351100414247053
Binary1111001110000101010111110110010000100001100010100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7930AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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