Html Css Color HEX #73377B Eminence

📋 copy color: '#73377B'

red 115 ◦ green 55 ◦ blue 123

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

Shades of Eminence #73377B

Tints of Eminence #73377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 39.25%
G = 18.77%
B = 41.98%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73377B (or 0x73377B) is known color: Eminence. HEX triplet: 73, 37 and 7B. RGB value is (115,55,123). Sum of RGB (Red+Green+Blue) = 115+55+123=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #73377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73377B is #8CC884. Grayscale: #505050. Windows color (decimal): -9226373 or 8075123. OLE color: 8075123.

HSL color Cylindrical-coordinate representation of color #73377B: hue angle of 292.94º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73377B is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 55 123 -
CMYK 0.07 0.55 0 0.52
HSL 292.94º 0.38% 0.35% -
HSV(B) 292.94º 0.55% 0.48% -
XYZ 12.01 7.81 19.61 -
YUV 80.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 115 55 123 0.07 0.55 0 0.52 292.94 0.38 0.35
Hex 73 37 7B 7 37 0 34 125 26 23
Octal 163 67 173 7 67 0 64 445 46 43
Binary 1110011 110111 1111011 111 110111 0 110100 100100101 100110 100011

Color Harmonies of #73377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73377B

Black with #73377B

Text Example


Text Example

White with #73377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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