Html Css Color HEX #73349D Royal Purple

📋 copy color: '#73349D'

red 115 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #73349D

Tints of Royal Purple #73349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 35.49%
G = 16.05%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73349D (or 0x73349D) is known color: Royal Purple. HEX triplet: 73, 34 and 9D. RGB value is (115,52,157). Sum of RGB (Red+Green+Blue) = 115+52+157=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #73349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73349D is #8CCB62. Grayscale: #525252. Windows color (decimal): -9227107 or 10302579. OLE color: 10302579.

HSL color Cylindrical-coordinate representation of color #73349D: hue angle of 276º degrees, saturation: 0.5, 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 #73349D is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 52 157 -
CMYK 0.27 0.67 0 0.38
HSL 276º 0.5% 0.41% -
HSV(B) 276º 0.67% 0.62% -
XYZ 14.38 8.54 32.79 -
YUV 82.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 115 52 157 0.27 0.67 0 0.38 276 0.5 0.41
Hex 73 34 9D 1B 43 0 26 114 32 29
Octal 163 64 235 33 103 0 46 424 62 51
Binary 1110011 110100 10011101 11011 1000011 0 100110 100010100 110010 101001

Color Harmonies of #73349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73349D

Black with #73349D

Text Example


Text Example

White with #73349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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