#733BB1

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

Shades of Royal Purple #733BB1

Tints of Royal Purple #733BB1

Color information

#733BB1 (or 0x733BB1) is unknown color: approx Royal Purple. HEX triplet: 73, 3B and B1. RGB value is (115,59,177). Sum of RGB (Red+Green+Blue) = 115+59+177=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #733BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733BB1 is #8CC44E. Grayscale: #585858. Windows color (decimal): -9225295 or 11615091. OLE color: 11615091.

HSL color Cylindrical-coordinate representation of color #733BB1: hue angle of 268.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733BB1 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11559177-
CMYK0.350.6700.31
HSL268.47º50%46.27%-
HSV(B)268.47º66.67%69.41%-
XYZ16.579.9542.64-
YUV89.2177.55146.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 177 (69.53% from 255) = 50.43%
R=32.76%
G=16.81%
B=50.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115591770.350.6700.31268.475046.27
Hex733BB1234301F10c322e
Octal16373261431030374146256
Binary1110011111011101100011000111000011011111100001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733BB1; }

 p { color: rgb(115,59,177); }

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

<style>
 a { background-color: #733BB1; }

 a { background-color: rgb(115,59,177); }

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

<style>
 span { border-color: #733BB1; }

 span { border-color: rgb(115,59,177); }

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