#7936AB

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

Shades of Royal Purple #7936AB

Tints of Royal Purple #7936AB

Color information

#7936AB (or 0x7936AB) is unknown color: approx Royal Purple. HEX triplet: 79, 36 and AB. RGB value is (121,54,171). Sum of RGB (Red+Green+Blue) = 121+54+171=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #7936AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7936AB is #86C954. Grayscale: #565656. Windows color (decimal): -8833365 or 11220601. OLE color: 11220601.

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

Color convert

RGB12154171-
CMYK0.290.6800.33
HSL274.36º52%44.12%-
HSV(B)274.36º68.42%67.06%-
XYZ16.569.6439.52-
YUV87.37175.2151.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=34.97%
G=15.61%
B=49.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121541710.290.6800.33274.365244.12
Hex7936AB1D44021112342c
Octal17166253351040414226454
Binary1111001110110101010111110110001000100001100010010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7936AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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