Html Css Color HEX #73329B Royal Purple

📋 copy color: '#73329B'

red 115 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #73329B

Tints of Royal Purple #73329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 35.94%
G = 15.63%
B = 48.44%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73329B (or 0x73329B) is known color: Royal Purple. HEX triplet: 73, 32 and 9B. RGB value is (115,50,155). Sum of RGB (Red+Green+Blue) = 115+50+155=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #73329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73329B is #8CCD64. Grayscale: #515151. Windows color (decimal): -9227621 or 10170995. OLE color: 10170995.

HSL color Cylindrical-coordinate representation of color #73329B: hue angle of 277.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73329B is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 50 155 -
CMYK 0.26 0.68 0 0.39
HSL 277.14º 0.51% 0.4% -
HSV(B) 277.14º 0.68% 0.61% -
XYZ 14.13 8.29 31.87 -
YUV 81.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 115 50 155 0.26 0.68 0 0.39 277.14 0.51 0.4
Hex 73 32 9B 1A 44 0 27 115 33 28
Octal 163 62 233 32 104 0 47 425 63 50
Binary 1110011 110010 10011011 11010 1000100 0 100111 100010101 110011 101000

Color Harmonies of #73329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73329B

Black with #73329B

Text Example


Text Example

White with #73329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73329B; }

 p { color: rgb(115,50,155); }

 H1.HeaderClassName
 {
   color: #73329B;
 }
 .AnyTagClassName
 {
   color: #73329B;
 }
</style>

background-color css

<style>
 a { background-color: #73329B; }

 a { background-color: rgb(115,50,155); }

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

border-color css

<style>
 span { border-color: #73329B; }

 span { border-color: rgb(115,50,155); }

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