#732F9B

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

Shades of Royal Purple #732F9B

Tints of Royal Purple #732F9B

Color information

#732F9B (or 0x732F9B) is unknown color: approx Royal Purple. HEX triplet: 73, 2F and 9B. RGB value is (115,47,155). Sum of RGB (Red+Green+Blue) = 115+47+155=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #732F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732F9B is #8CD064. Grayscale: #4F4F4F. Windows color (decimal): -9228389 or 10170227. OLE color: 10170227.

HSL color Cylindrical-coordinate representation of color #732F9B: hue angle of 277.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732F9B is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11547155-
CMYK0.260.7000.39
HSL277.78º53.47%39.61%-
HSV(B)277.78º69.68%60.78%-
XYZ148.0431.83-
YUV79.64170.53153.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=36.28%
G=14.83%
B=48.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115471550.260.7000.39277.7853.4739.61
Hex732F9B1A460271163528
Octal16357233321060474266550
Binary1110011101111100110111101010001100100111100010110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F9B; }

 p { color: rgb(115,47,155); }

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

<style>
 a { background-color: #732F9B; }

 a { background-color: rgb(115,47,155); }

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

<style>
 span { border-color: #732F9B; }

 span { border-color: rgb(115,47,155); }

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