#7932B3

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

Shades of Royal Purple #7932B3

Tints of Royal Purple #7932B3

Color information

#7932B3 (or 0x7932B3) is unknown color: approx Royal Purple. HEX triplet: 79, 32 and B3. RGB value is (121,50,179). Sum of RGB (Red+Green+Blue) = 121+50+179=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #7932B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7932B3 is #86CD4C. Grayscale: #555555. Windows color (decimal): -8834381 or 11743865. OLE color: 11743865.

HSL color Cylindrical-coordinate representation of color #7932B3: hue angle of 273.02º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7932B3 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12150179-
CMYK0.320.7200.30
HSL273.02º56.33%44.9%-
HSV(B)273.02º72.07%70.2%-
XYZ17.169.643.6-
YUV85.94180.52153.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 179 (70.31% from 255) = 51.14%
R=34.57%
G=14.29%
B=51.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121501790.320.7200.30273.0256.3344.9
Hex7932B3204801E111382d
Octal17162263401100364217055
Binary1111001110010101100111000001001000011110100010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7932B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7932B3; }

 p { color: rgb(121,50,179); }

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

<style>
 a { background-color: #7932B3; }

 a { background-color: rgb(121,50,179); }

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

<style>
 span { border-color: #7932B3; }

 span { border-color: rgb(121,50,179); }

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