#7337AD

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

Shades of Royal Purple #7337AD

Tints of Royal Purple #7337AD

Color information

#7337AD (or 0x7337AD) is unknown color: approx Royal Purple. HEX triplet: 73, 37 and AD. RGB value is (115,55,173). Sum of RGB (Red+Green+Blue) = 115+55+173=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #7337AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7337AD is #8CC852. Grayscale: #555555. Windows color (decimal): -9226323 or 11351923. OLE color: 11351923.

HSL color Cylindrical-coordinate representation of color #7337AD: hue angle of 270.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7337AD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11555173-
CMYK0.340.6800.32
HSL270.51º51.75%44.71%-
HSV(B)270.51º68.21%67.84%-
XYZ15.989.3940.51-
YUV86.39176.88148.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=33.53%
G=16.03%
B=50.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115551730.340.6800.32270.5151.7544.71
Hex7337AD224402010f342d
Octal16367255421040404176455
Binary11100111101111010110110001010001000100000100001111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7337AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7337AD; }

 p { color: rgb(115,55,173); }

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

<style>
 a { background-color: #7337AD; }

 a { background-color: rgb(115,55,173); }

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

<style>
 span { border-color: #7337AD; }

 span { border-color: rgb(115,55,173); }

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