#7938B1

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

Shades of Royal Purple #7938B1

Tints of Royal Purple #7938B1

Color information

#7938B1 (or 0x7938B1) is unknown color: approx Royal Purple. HEX triplet: 79, 38 and B1. RGB value is (121,56,177). Sum of RGB (Red+Green+Blue) = 121+56+177=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #7938B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7938B1 is #86C74E. Grayscale: #585858. Windows color (decimal): -8832847 or 11614329. OLE color: 11614329.

HSL color Cylindrical-coordinate representation of color #7938B1: hue angle of 272.23º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7938B1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12156177-
CMYK0.320.6800.31
HSL272.23º51.93%45.69%-
HSV(B)272.23º68.36%69.41%-
XYZ17.2410.0742.63-
YUV89.23177.53150.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 177 (69.53% from 255) = 50%
R=34.18%
G=15.82%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121561770.320.6800.31272.2351.9345.69
Hex7938B1204401F110342e
Octal17170261401040374206456
Binary1111001111000101100011000001000100011111100010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7938B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7938B1; }

 p { color: rgb(121,56,177); }

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

<style>
 a { background-color: #7938B1; }

 a { background-color: rgb(121,56,177); }

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

<style>
 span { border-color: #7938B1; }

 span { border-color: rgb(121,56,177); }

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