Html Css Color HEX #73349F Royal Purple

📋 copy color: '#73349F'

red 115 ◦ green 52 ◦ blue 159

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

Shades of Royal Purple #73349F

Tints of Royal Purple #73349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 35.28%
G = 15.95%
B = 48.77%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73349F (or 0x73349F) is known color: Royal Purple. HEX triplet: 73, 34 and 9F. RGB value is (115,52,159). Sum of RGB (Red+Green+Blue) = 115+52+159=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #73349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73349F is #8CCB60. Grayscale: #525252. Windows color (decimal): -9227105 or 10433651. OLE color: 10433651.

HSL color Cylindrical-coordinate representation of color #73349F: hue angle of 275.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73349F is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 52 159 -
CMYK 0.28 0.67 0 0.38
HSL 275.33º 0.51% 0.41% -
HSV(B) 275.33º 0.67% 0.62% -
XYZ 14.56 8.6 33.69 -
YUV 83.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 115 52 159 0.28 0.67 0 0.38 275.33 0.51 0.41
Hex 73 34 9F 1C 43 0 26 113 33 29
Octal 163 64 237 34 103 0 46 423 63 51
Binary 1110011 110100 10011111 11100 1000011 0 100110 100010011 110011 101001

Color Harmonies of #73349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73349F

Black with #73349F

Text Example


Text Example

White with #73349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73349F; }

 p { color: rgb(115,52,159); }

 H1.HeaderClassName
 {
   color: #73349F;
 }
 .AnyTagClassName
 {
   color: #73349F;
 }
</style>

background-color css

<style>
 a { background-color: #73349F; }

 a { background-color: rgb(115,52,159); }

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

border-color css

<style>
 span { border-color: #73349F; }

 span { border-color: rgb(115,52,159); }

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