#7932B1

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

Shades of Royal Purple #7932B1

Tints of Royal Purple #7932B1

Color information

#7932B1 (or 0x7932B1) is unknown color: approx Royal Purple. HEX triplet: 79, 32 and B1. RGB value is (121,50,177). Sum of RGB (Red+Green+Blue) = 121+50+177=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #7932B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7932B1 is #86CD4E. Grayscale: #555555. Windows color (decimal): -8834383 or 11612793. OLE color: 11612793.

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

Color convert

RGB12150177-
CMYK0.320.7200.31
HSL273.54º55.95%44.51%-
HSV(B)273.54º71.75%69.41%-
XYZ16.969.5242.54-
YUV85.71179.52153.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=34.77%
G=14.37%
B=50.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121501770.320.7200.31273.5455.9544.51
Hex7932B1204801F112382d
Octal17162261401100374227055
Binary1111001110010101100011000001001000011111100010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7932B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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