#7322AA

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

Shades of Royal Purple #7322AA

Tints of Royal Purple #7322AA

Color information

#7322AA (or 0x7322AA) is unknown color: approx Royal Purple. HEX triplet: 73, 22 and AA. RGB value is (115,34,170). Sum of RGB (Red+Green+Blue) = 115+34+170=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #7322AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7322AA is #8CDD55. Grayscale: #494949. Windows color (decimal): -9231702 or 11149939. OLE color: 11149939.

HSL color Cylindrical-coordinate representation of color #7322AA: hue angle of 275.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7322AA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11534170-
CMYK0.320.8000.33
HSL275.74º66.67%40%-
HSV(B)275.74º80%66.67%-
XYZ14.97.6938.73-
YUV73.72182.34157.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=36.05%
G=10.66%
B=53.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115341700.320.8000.33275.7466.6740
Hex7322AA20500211144328
Octal163422524012004142410350
Binary111001110001010101010100000101000001000011000101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7322AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7322AA; }

 p { color: rgb(115,34,170); }

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

<style>
 a { background-color: #7322AA; }

 a { background-color: rgb(115,34,170); }

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

<style>
 span { border-color: #7322AA; }

 span { border-color: rgb(115,34,170); }

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