Html Css Color HEX #73396C Eminence

📋 copy color: '#73396C'

red 115 ◦ green 57 ◦ blue 108

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

Shades of Eminence #73396C

Tints of Eminence #73396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 41.07%
G = 20.36%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73396C (or 0x73396C) is known color: Eminence. HEX triplet: 73, 39 and 6C. RGB value is (115,57,108). Sum of RGB (Red+Green+Blue) = 115+57+108=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396C is #8CC693. Grayscale: #505050. Windows color (decimal): -9225876 or 7092595. OLE color: 7092595.

HSL color Cylindrical-coordinate representation of color #73396C: hue angle of 307.24º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73396C is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 108 -
CMYK 0 0.50 0.06 0.55
HSL 307.24º 0.34% 0.34% -
HSV(B) 307.24º 0.5% 0.45% -
XYZ 11.24 7.65 15.07 -
YUV 80.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 115 57 108 0 0.50 0.06 0.55 307.24 0.34 0.34
Hex 73 39 6C 0 32 6 37 133 22 22
Octal 163 71 154 0 62 6 67 463 42 42
Binary 1110011 111001 1101100 0 110010 110 110111 100110011 100010 100010

Color Harmonies of #73396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73396C

Black with #73396C

Text Example


Text Example

White with #73396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73396C; }

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

 H1.HeaderClassName
 {
   color: #73396C;
 }
 .AnyTagClassName
 {
   color: #73396C;
 }
</style>

background-color css

<style>
 a { background-color: #73396C; }

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

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

border-color css

<style>
 span { border-color: #73396C; }

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

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