Html Css Color HEX #73377E Eminence

📋 copy color: '#73377E'

red 115 ◦ green 55 ◦ blue 126

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

Shades of Eminence #73377E

Tints of Eminence #73377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 38.85%
G = 18.58%
B = 42.57%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73377E (or 0x73377E) is known color: Eminence. HEX triplet: 73, 37 and 7E. RGB value is (115,55,126). Sum of RGB (Red+Green+Blue) = 115+55+126=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #73377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73377E is #8CC881. Grayscale: #505050. Windows color (decimal): -9226370 or 8271731. OLE color: 8271731.

HSL color Cylindrical-coordinate representation of color #73377E: hue angle of 290.7º 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 #73377E is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 55 126 -
CMYK 0.09 0.56 0 0.51
HSL 290.7º 0.39% 0.35% -
HSV(B) 290.7º 0.56% 0.49% -
XYZ 12.2 7.88 20.62 -
YUV 81.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 115 55 126 0.09 0.56 0 0.51 290.7 0.39 0.35
Hex 73 37 7E 9 38 0 33 123 27 23
Octal 163 67 176 11 70 0 63 443 47 43
Binary 1110011 110111 1111110 1001 111000 0 110011 100100011 100111 100011

Color Harmonies of #73377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73377E

Black with #73377E

Text Example


Text Example

White with #73377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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