Html Css Color HEX #7325A5 Royal Purple

📋 copy color: '#7325A5'

red 115 ◦ green 37 ◦ blue 165

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

Shades of Royal Purple #7325A5

Tints of Royal Purple #7325A5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 165 (64.84% from 255) = 52.05%

R = 36.28%
G = 11.67%
B = 52.05%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7325A5 (or 0x7325A5) is known color: Royal Purple. HEX triplet: 73, 25 and A5. RGB value is (115,37,165). Sum of RGB (Red+Green+Blue) = 115+37+165=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #7325A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7325A5 is #8CDA5A. Grayscale: #4A4A4A. Windows color (decimal): -9230939 or 10823027. OLE color: 10823027.

HSL color Cylindrical-coordinate representation of color #7325A5: hue angle of 276.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7325A5 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 37 165 -
CMYK 0.30 0.78 0 0.35
HSL 276.56º 0.63% 0.4% -
HSV(B) 276.56º 0.78% 0.65% -
XYZ 14.52 7.68 36.32 -
YUV 74.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 115 37 165 0.30 0.78 0 0.35 276.56 0.63 0.4
Hex 73 25 A5 1E 4E 0 23 115 3F 28
Octal 163 45 245 36 116 0 43 425 77 50
Binary 1110011 100101 10100101 11110 1001110 0 100011 100010101 111111 101000

Color Harmonies of #7325A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325A5

Black with #7325A5

Text Example


Text Example

White with #7325A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7325A5; }

 p { color: rgb(115,37,165); }

 H1.HeaderClassName
 {
   color: #7325A5;
 }
 .AnyTagClassName
 {
   color: #7325A5;
 }
</style>

background-color css

<style>
 a { background-color: #7325A5; }

 a { background-color: rgb(115,37,165); }

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

border-color css

<style>
 span { border-color: #7325A5; }

 span { border-color: rgb(115,37,165); }

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