#733AA7

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

Shades of Royal Purple #733AA7

Tints of Royal Purple #733AA7

Color information

#733AA7 (or 0x733AA7) is unknown color: approx Royal Purple. HEX triplet: 73, 3A and A7. RGB value is (115,58,167). Sum of RGB (Red+Green+Blue) = 115+58+167=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #733AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733AA7 is #8CC558. Grayscale: #575757. Windows color (decimal): -9225561 or 10959475. OLE color: 10959475.

HSL color Cylindrical-coordinate representation of color #733AA7: hue angle of 271.38º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733AA7 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11558167-
CMYK0.310.6500.35
HSL271.38º48.44%44.12%-
HSV(B)271.38º65.27%65.49%-
XYZ15.569.4637.57-
YUV87.47172.88147.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 167 (65.62% from 255) = 49.12%
R=33.82%
G=17.06%
B=49.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115581670.310.6500.35271.3848.4444.12
Hex733AA71F4102310f302c
Octal16372247371010434176054
Binary1110011111010101001111111110000010100011100001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,58,167); }

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

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

 a { background-color: rgb(115,58,167); }

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

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

 span { border-color: rgb(115,58,167); }

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