#7336A9

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

Shades of Royal Purple #7336A9

Tints of Royal Purple #7336A9

Color information

#7336A9 (or 0x7336A9) is unknown color: approx Royal Purple. HEX triplet: 73, 36 and A9. RGB value is (115,54,169). Sum of RGB (Red+Green+Blue) = 115+54+169=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #7336A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7336A9 is #8CC956. Grayscale: #545454. Windows color (decimal): -9226583 or 11089523. OLE color: 11089523.

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

Color convert

RGB11554169-
CMYK0.320.6800.34
HSL271.83º51.57%43.73%-
HSV(B)271.83º68.05%66.27%-
XYZ15.559.1538.48-
YUV85.35175.21149.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 169 (66.41% from 255) = 50%
R=34.02%
G=15.98%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal115541690.320.6800.34271.8351.5743.73
Hex7336A92044022110342c
Octal16366251401040424206454
Binary11100111101101010100110000010001000100010100010000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7336A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7336A9; }

 p { color: rgb(115,54,169); }

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

<style>
 a { background-color: #7336A9; }

 a { background-color: rgb(115,54,169); }

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

<style>
 span { border-color: #7336A9; }

 span { border-color: rgb(115,54,169); }

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