Html Css Color HEX #7320A6 Royal Purple

📋 copy color: '#7320A6'

red 115 ◦ green 32 ◦ blue 166

#7320A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #7320A6

Tints of Royal Purple #7320A6

RGB

 RED value IS 115 (45.31% from 255) = 36.74%

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 166 (65.23% from 255) = 53.04%

R = 36.74%
G = 10.22%
B = 53.04%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7320A6 (or 0x7320A6) is known color: Royal Purple. HEX triplet: 73, 20 and A6. RGB value is (115,32,166). Sum of RGB (Red+Green+Blue) = 115+32+166=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #7320A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7320A6 is #8CDF59. Grayscale: #474747. Windows color (decimal): -9232218 or 10887283. OLE color: 10887283.

HSL color Cylindrical-coordinate representation of color #7320A6: hue angle of 277.16º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7320A6 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 32 166 -
CMYK 0.31 0.81 0 0.35
HSL 277.16º 0.68% 0.39% -
HSV(B) 277.16º 0.81% 0.65% -
XYZ 14.47 7.43 36.75 -
YUV 72.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 115 32 166 0.31 0.81 0 0.35 277.16 0.68 0.39
Hex 73 20 A6 1F 51 0 23 115 44 27
Octal 163 40 246 37 121 0 43 425 104 47
Binary 1110011 100000 10100110 11111 1010001 0 100011 100010101 1000100 100111

Color Harmonies of #7320A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320A6

Black with #7320A6

Text Example


Text Example

White with #7320A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7320A6; }

 p { color: rgb(115,32,166); }

 H1.HeaderClassName
 {
   color: #7320A6;
 }
 .AnyTagClassName
 {
   color: #7320A6;
 }
</style>

background-color css

<style>
 a { background-color: #7320A6; }

 a { background-color: rgb(115,32,166); }

 div.DivClassName
 {
   background-color: #7320A6;
 }
 .BgClassName
 {
   background-color: #7320A6;
 }
</style>

border-color css

<style>
 span { border-color: #7320A6; }

 span { border-color: rgb(115,32,166); }

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