Html Css Color HEX #73397B Eminence

📋 copy color: '#73397B'

red 115 ◦ green 57 ◦ blue 123

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

Shades of Eminence #73397B

Tints of Eminence #73397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 38.98%
G = 19.32%
B = 41.69%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73397B (or 0x73397B) is known color: Eminence. HEX triplet: 73, 39 and 7B. RGB value is (115,57,123). Sum of RGB (Red+Green+Blue) = 115+57+123=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #73397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73397B is #8CC684. Grayscale: #515151. Windows color (decimal): -9225861 or 8075635. OLE color: 8075635.

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

Color convert

RGB 115 57 123 -
CMYK 0.07 0.54 0 0.52
HSL 292.73º 0.37% 0.35% -
HSV(B) 292.73º 0.54% 0.48% -
XYZ 12.11 8 19.65 -
YUV 81.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 115 57 123 0.07 0.54 0 0.52 292.73 0.37 0.35
Hex 73 39 7B 7 36 0 34 125 25 23
Octal 163 71 173 7 66 0 64 445 45 43
Binary 1110011 111001 1111011 111 110110 0 110100 100100101 100101 100011

Color Harmonies of #73397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73397B

Black with #73397B

Text Example


Text Example

White with #73397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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