Html Css Color HEX #73389E Royal Purple

📋 copy color: '#73389E'

red 115 ◦ green 56 ◦ blue 158

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

Shades of Royal Purple #73389E

Tints of Royal Purple #73389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 34.95%
G = 17.02%
B = 48.02%

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

#73389E (or 0x73389E) is known color: Royal Purple. HEX triplet: 73, 38 and 9E. RGB value is (115,56,158). Sum of RGB (Red+Green+Blue) = 115+56+158=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #73389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73389E is #8CC761. Grayscale: #545454. Windows color (decimal): -9226082 or 10369139. OLE color: 10369139.

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

Color convert

RGB 115 56 158 -
CMYK 0.27 0.65 0 0.38
HSL 274.71º 0.48% 0.42% -
HSV(B) 274.71º 0.65% 0.62% -
XYZ 14.66 8.94 33.3 -
YUV 85.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 115 56 158 0.27 0.65 0 0.38 274.71 0.48 0.42
Hex 73 38 9E 1B 41 0 26 113 30 2A
Octal 163 70 236 33 101 0 46 423 60 52
Binary 1110011 111000 10011110 11011 1000001 0 100110 100010011 110000 101010

Color Harmonies of #73389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73389E

Black with #73389E

Text Example


Text Example

White with #73389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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