Html Css Color HEX #73379D Royal Purple

📋 copy color: '#73379D'

red 115 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #73379D

Tints of Royal Purple #73379D

RGB

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

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

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

R = 35.17%
G = 16.82%
B = 48.01%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73379D (or 0x73379D) is known color: Royal Purple. HEX triplet: 73, 37 and 9D. RGB value is (115,55,157). Sum of RGB (Red+Green+Blue) = 115+55+157=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #73379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73379D is #8CC862. Grayscale: #545454. Windows color (decimal): -9226339 or 10303347. OLE color: 10303347.

HSL color Cylindrical-coordinate representation of color #73379D: hue angle of 275.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73379D is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 55 157 -
CMYK 0.27 0.65 0 0.38
HSL 275.29º 0.48% 0.42% -
HSV(B) 275.29º 0.65% 0.62% -
XYZ 14.52 8.81 32.83 -
YUV 84.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 115 55 157 0.27 0.65 0 0.38 275.29 0.48 0.42
Hex 73 37 9D 1B 41 0 26 113 30 2A
Octal 163 67 235 33 101 0 46 423 60 52
Binary 1110011 110111 10011101 11011 1000001 0 100110 100010011 110000 101010

Color Harmonies of #73379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73379D

Black with #73379D

Text Example


Text Example

White with #73379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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