Html Css Color HEX #73377D Eminence

📋 copy color: '#73377D'

red 115 ◦ green 55 ◦ blue 125

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

Shades of Eminence #73377D

Tints of Eminence #73377D

RGB

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

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

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

R = 38.98%
G = 18.64%
B = 42.37%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73377D (or 0x73377D) is known color: Eminence. HEX triplet: 73, 37 and 7D. RGB value is (115,55,125). Sum of RGB (Red+Green+Blue) = 115+55+125=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #73377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73377D is #8CC882. Grayscale: #505050. Windows color (decimal): -9226371 or 8206195. OLE color: 8206195.

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

Color convert

RGB 115 55 125 -
CMYK 0.08 0.56 0 0.51
HSL 291.43º 0.39% 0.35% -
HSV(B) 291.43º 0.56% 0.49% -
XYZ 12.14 7.86 20.28 -
YUV 80.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 115 55 125 0.08 0.56 0 0.51 291.43 0.39 0.35
Hex 73 37 7D 8 38 0 33 123 27 23
Octal 163 67 175 10 70 0 63 443 47 43
Binary 1110011 110111 1111101 1000 111000 0 110011 100100011 100111 100011

Color Harmonies of #73377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73377D

Black with #73377D

Text Example


Text Example

White with #73377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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