Html Css Color HEX #7327A5 Royal Purple

📋 copy color: '#7327A5'

red 115 ◦ green 39 ◦ blue 165

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

Shades of Royal Purple #7327A5

Tints of Royal Purple #7327A5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

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

R = 36.05%
G = 12.23%
B = 51.72%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7327A5 (or 0x7327A5) is known color: Royal Purple. HEX triplet: 73, 27 and A5. RGB value is (115,39,165). Sum of RGB (Red+Green+Blue) = 115+39+165=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #7327A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7327A5 is #8CD85A. Grayscale: #4B4B4B. Windows color (decimal): -9230427 or 10823539. OLE color: 10823539.

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

Color convert

RGB 115 39 165 -
CMYK 0.30 0.76 0 0.35
HSL 276.19º 0.62% 0.4% -
HSV(B) 276.19º 0.76% 0.65% -
XYZ 14.59 7.81 36.34 -
YUV 76.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 115 39 165 0.30 0.76 0 0.35 276.19 0.62 0.4
Hex 73 27 A5 1E 4C 0 23 114 3E 28
Octal 163 47 245 36 114 0 43 424 76 50
Binary 1110011 100111 10100101 11110 1001100 0 100011 100010100 111110 101000

Color Harmonies of #7327A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7327A5

Black with #7327A5

Text Example


Text Example

White with #7327A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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