Html Css Color HEX #73379E Royal Purple

📋 copy color: '#73379E'

red 115 ◦ green 55 ◦ blue 158

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

Shades of Royal Purple #73379E

Tints of Royal Purple #73379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 35.06%
G = 16.77%
B = 48.17%

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

#73379E (or 0x73379E) is known color: Royal Purple. HEX triplet: 73, 37 and 9E. RGB value is (115,55,158). Sum of RGB (Red+Green+Blue) = 115+55+158=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #73379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73379E is #8CC861. Grayscale: #545454. Windows color (decimal): -9226338 or 10368883. OLE color: 10368883.

HSL color Cylindrical-coordinate representation of color #73379E: hue angle of 274.95º 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 #73379E is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 55 158 -
CMYK 0.27 0.65 0 0.38
HSL 274.95º 0.48% 0.42% -
HSV(B) 274.95º 0.65% 0.62% -
XYZ 14.61 8.85 33.29 -
YUV 84.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 115 55 158 0.27 0.65 0 0.38 274.95 0.48 0.42
Hex 73 37 9E 1B 41 0 26 113 30 2A
Octal 163 67 236 33 101 0 46 423 60 52
Binary 1110011 110111 10011110 11011 1000001 0 100110 100010011 110000 101010

Color Harmonies of #73379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73379E

Black with #73379E

Text Example


Text Example

White with #73379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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