Html Css Color HEX #7331A5 Royal Purple

📋 copy color: '#7331A5'

red 115 ◦ green 49 ◦ blue 165

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

Shades of Royal Purple #7331A5

Tints of Royal Purple #7331A5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 34.95%
G = 14.89%
B = 50.15%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7331A5 (or 0x7331A5) is known color: Royal Purple. HEX triplet: 73, 31 and A5. RGB value is (115,49,165). Sum of RGB (Red+Green+Blue) = 115+49+165=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #7331A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7331A5 is #8CCE5A. Grayscale: #515151. Windows color (decimal): -9227867 or 10826099. OLE color: 10826099.

HSL color Cylindrical-coordinate representation of color #7331A5: hue angle of 274.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7331A5 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 49 165 -
CMYK 0.30 0.70 0 0.35
HSL 274.14º 0.54% 0.42% -
HSV(B) 274.14º 0.7% 0.65% -
XYZ 14.96 8.56 36.46 -
YUV 81.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 115 49 165 0.30 0.70 0 0.35 274.14 0.54 0.42
Hex 73 31 A5 1E 46 0 23 112 36 2A
Octal 163 61 245 36 106 0 43 422 66 52
Binary 1110011 110001 10100101 11110 1000110 0 100011 100010010 110110 101010

Color Harmonies of #7331A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7331A5

Black with #7331A5

Text Example


Text Example

White with #7331A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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