Html Css Color HEX #73317D Eminence

📋 copy color: '#73317D'

red 115 ◦ green 49 ◦ blue 125

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

Shades of Eminence #73317D

Tints of Eminence #73317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 39.79%
G = 16.96%
B = 43.25%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73317D (or 0x73317D) is known color: Eminence. HEX triplet: 73, 31 and 7D. RGB value is (115,49,125). Sum of RGB (Red+Green+Blue) = 115+49+125=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #73317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73317D is #8CCE82. Grayscale: #4D4D4D. Windows color (decimal): -9227907 or 8204659. OLE color: 8204659.

HSL color Cylindrical-coordinate representation of color #73317D: hue angle of 292.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73317D is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 49 125 -
CMYK 0.08 0.61 0 0.51
HSL 292.11º 0.44% 0.34% -
HSV(B) 292.11º 0.61% 0.49% -
XYZ 11.87 7.32 20.19 -
YUV 77.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 115 49 125 0.08 0.61 0 0.51 292.11 0.44 0.34
Hex 73 31 7D 8 3D 0 33 124 2C 22
Octal 163 61 175 10 75 0 63 444 54 42
Binary 1110011 110001 1111101 1000 111101 0 110011 100100100 101100 100010

Color Harmonies of #73317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73317D

Black with #73317D

Text Example


Text Example

White with #73317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,49,125); }

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

background-color css

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

 a { background-color: rgb(115,49,125); }

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

border-color css

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

 span { border-color: rgb(115,49,125); }

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