Html Css Color HEX #73379B Royal Purple

📋 copy color: '#73379B'

red 115 ◦ green 55 ◦ blue 155

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

Shades of Royal Purple #73379B

Tints of Royal Purple #73379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 35.38%
G = 16.92%
B = 47.69%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73379B (or 0x73379B) is known color: Royal Purple. HEX triplet: 73, 37 and 9B. RGB value is (115,55,155). Sum of RGB (Red+Green+Blue) = 115+55+155=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #73379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73379B is #8CC864. Grayscale: #535353. Windows color (decimal): -9226341 or 10172275. OLE color: 10172275.

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

Color convert

RGB 115 55 155 -
CMYK 0.26 0.65 0 0.39
HSL 276º 0.48% 0.41% -
HSV(B) 276º 0.65% 0.61% -
XYZ 14.35 8.74 31.94 -
YUV 84.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 115 55 155 0.26 0.65 0 0.39 276 0.48 0.41
Hex 73 37 9B 1A 41 0 27 114 30 29
Octal 163 67 233 32 101 0 47 424 60 51
Binary 1110011 110111 10011011 11010 1000001 0 100111 100010100 110000 101001

Color Harmonies of #73379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73379B

Black with #73379B

Text Example


Text Example

White with #73379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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