Html Css Color HEX #73387D Eminence

📋 copy color: '#73387D'

red 115 ◦ green 56 ◦ blue 125

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

Shades of Eminence #73387D

Tints of Eminence #73387D

RGB

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

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

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

R = 38.85%
G = 18.92%
B = 42.23%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73387D (or 0x73387D) is known color: Eminence. HEX triplet: 73, 38 and 7D. RGB value is (115,56,125). Sum of RGB (Red+Green+Blue) = 115+56+125=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #73387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73387D is #8CC782. Grayscale: #515151. Windows color (decimal): -9226115 or 8206451. OLE color: 8206451.

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

Color convert

RGB 115 56 125 -
CMYK 0.08 0.55 0 0.51
HSL 291.3º 0.38% 0.35% -
HSV(B) 291.3º 0.55% 0.49% -
XYZ 12.19 7.95 20.3 -
YUV 81.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 115 56 125 0.08 0.55 0 0.51 291.3 0.38 0.35
Hex 73 38 7D 8 37 0 33 123 26 23
Octal 163 70 175 10 67 0 63 443 46 43
Binary 1110011 111000 1111101 1000 110111 0 110011 100100011 100110 100011

Color Harmonies of #73387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73387D

Black with #73387D

Text Example


Text Example

White with #73387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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