#7832B1

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

Shades of Royal Purple #7832B1

Tints of Royal Purple #7832B1

Color information

#7832B1 (or 0x7832B1) is unknown color: approx Royal Purple. HEX triplet: 78, 32 and B1. RGB value is (120,50,177). Sum of RGB (Red+Green+Blue) = 120+50+177=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #7832B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7832B1 is #87CD4E. Grayscale: #545454. Windows color (decimal): -8899919 or 11612792. OLE color: 11612792.

HSL color Cylindrical-coordinate representation of color #7832B1: hue angle of 273.07º 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 #7832B1 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12050177-
CMYK0.320.7200.31
HSL273.07º55.95%44.51%-
HSV(B)273.07º71.75%69.41%-
XYZ16.829.4542.53-
YUV85.41179.69152.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=34.58%
G=14.41%
B=51.01%

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
Decimal120501770.320.7200.31273.0755.9544.51
Hex7832B1204801F111382d
Octal17062261401100374217055
Binary1111000110010101100011000001001000011111100010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7832B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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